Authorizations
Apikey
Path Parameters
O nome da sessão (instanceName)
curl --request POST \
--url https://api.wappfy.com.br/api/{session}/status/voice \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"id": "BBBBBBBBBBBBBBBBB",
"contacts": null,
"file": {
"mimetype": "audio/ogg; codecs=opus",
"url": "https://github.com/devlikeapro/waha/raw/core/examples/dev.likeapro.opus"
},
"backgroundColor": "#38b42f"
}'
O parâmetro deve ser o instanceName da sessão.
curl --request POST \
--url https://api.wappfy.com.br/api/{session}/status/voice \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"id": "BBBBBBBBBBBBBBBBB",
"contacts": null,
"file": {
"mimetype": "audio/ogg; codecs=opus",
"url": "https://github.com/devlikeapro/waha/raw/core/examples/dev.likeapro.opus"
},
"backgroundColor": "#38b42f"
}'
Apikey
O nome da sessão (instanceName)