Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.wazapin.com/v1/messages/uploads/image \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file'
{ "data": { "content_type": "<string>", "file_name": "<string>", "media_url": "<string>", "size_bytes": 123 } }
Session token or API key
Image file to upload
Created
Show child attributes