Authorizations
Apikey
Body
application/json
Response
201 - application/json
The response is of type object
.
curl --request POST \
--url https://api.wappfy.com.br/api/sendImage \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"session": "session",
"chatId": "5511999999999@c.us",
"url": "https://example.com/image.jpg",
"caption": "Image caption"
}'
{}
Tanto de uma URL quanto de dados base64 - veja os esquemas de solicitação para detalhes
curl --request POST \
--url https://api.wappfy.com.br/api/sendImage \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"session": "session",
"chatId": "5511999999999@c.us",
"url": "https://example.com/image.jpg",
"caption": "Image caption"
}'
{}
Apikey
The response is of type object
.