Send a sticker from an image URL (PNG/JPEG/GIF) with automatic conversion to WebP 512×512
Auth:Documentation Index
Fetch the complete documentation index at: https://docs.ryzeapi.cloud/llms.txt
Use this file to discover all available pages before exploring further.
TokenAccount or TokenInstance • Rate-limit: Global (100/min) • Idempotent: no
sticker) from an imageUrl. The server downloads the image (PNG, JPEG or GIF) and automatically converts it to the format expected by WhatsApp: WebP, 512×512, with the background preserved when applicable. Supports replyTo, replyPrivate, delay (in seconds) and source for traceability.
imageUrl accepts a data: URL with inline base64. The server decodes it and follows the same conversion flow to WebP 512×512.
replyTo. Typical combination for visual reactions (“reaction stickers”) in direct response to something said earlier in the conversation.
messageType is always sticker and mediaMimeType is fixed at image/webp (the original image was converted by the server). There is no content in the payload, stickers do not carry a caption.
$Instance_Name).TokenAccount or TokenInstance.application/json5511999999999) or JID (@s.whatsapp.net, @lid, @g.us, @newsletter).data: URL with inline base64. The server downloads/decodes it and automatically converts to WebP 512×512.true and replyTo points to a message originating from a group, the reply is redirected to the original author’s private chat (keeping the quote). Ignored if the original message is not from a group.crm, bot-suporte, n8n). Saved on the message record in the database and propagated to webhooks. When omitted, defaults to "api".delay is in seconds, not milliseconds.imageUrl.mentionAll (a WhatsApp limitation for sticker-type messages).imageUrl must be publicly accessible, or a base64 data: URL.55), the service automatically tries variations with and without the 9th digit.| HTTP | Internal status | Message |
|---|---|---|
| 400 | — | Instance name is required |
| 400 | — | Invalid request body: <detail> |
| 400 | — | Number is required |
| 400 | — | ImageURL is required |
| 400 | invalid_number | Invalid phone number format: <detail> |
| 400 | image_download_failed | Failed to download image: <reason> |
| 500 | image_conversion_failed | Failed to convert image to sticker (WebP 512x512) |
| 500 | sticker_upload_failed | Failed to upload sticker to WhatsApp servers |
| 500 | send_failed | Failed to send message: <reason> |
| 404 | — | Instance not found |
| 503 | disconnected | Instance is not connected to WhatsApp |