Authorizations
Apikey
Path Parameters
O nome da sessão (instanceName)
curl --request POST \
--url https://api.wappfy.com.br/api/{session}/status/video \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"id": "BBBBBBBBBBBBBBBBB",
"contacts": null,
"file": {
"mimetype": "video/mp4",
"filename": "video.mp4",
"url": "https://github.com/devlikeapro/waha/raw/core/examples/video.mp4"
},
"caption": "<string>"
}'
O parâmetro deve ser o instanceName da sessão.
curl --request POST \
--url https://api.wappfy.com.br/api/{session}/status/video \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"id": "BBBBBBBBBBBBBBBBB",
"contacts": null,
"file": {
"mimetype": "video/mp4",
"filename": "video.mp4",
"url": "https://github.com/devlikeapro/waha/raw/core/examples/video.mp4"
},
"caption": "<string>"
}'
Apikey
O nome da sessão (instanceName)