Skip to main content

Documentation Index

Fetch the complete documentation index at: https://orbit-docs.devotel.io/llms.txt

Use this file to discover all available pages before exploring further.

QR Code API

Server-rendered QR code images. Useful for print collateral, in-store posters, kiosk touchpoints, and “scan to start chatting” prompts. Base path: /v1/qr Authentication: API key (X-API-Key) or session JWT. Limits: Maximum image size 500 × 500 pixels.
MethodPathPurpose
GET/v1/qr/generateGenerate a QR for an arbitrary URL
GET/v1/qr/whatsappGenerate a “click to chat” WhatsApp QR
GET/v1/qr/smsGenerate a pre-filled SMS QR

Example — WhatsApp click-to-chat poster

curl "https://orbit-api.devotel.io/api/v1/qr/whatsapp?phone=14155552671&text=Hi%20there&size=400" \
  -H "X-API-Key: dv_live_sk_your_key_here" \
  -o whatsapp-qr.png
Returns a PNG. Embed directly in a print template or <img> tag.