API Reference
Send image
Send an image message from a connected token.
POST
The token must be paired and
connected: true.
Use Idempotency-Key when retrying the same send.
string
required
Token id returned by
POST /api/v1/sessions.string
Unique key for retrying the same send request safely.
string
required
Recipient phone number with country code.
string
required
Must be
image.string
required
Public image URL used by the editable playground. Use the multipart cURL example below to upload a file instead.
string
required
Image MIME type, for example
image/jpeg or image/png.string
Optional image caption.