Last updated 2 years ago
Was this helpful?
/chats/sendVideoUrl
id
curl -L \ --request POST \ --url 'https://base_url/chats/sendVideoUrl?id=id' \ --header 'Content-Type: application/json' \ --data '{ "instance_key": "id", "jid": "receivernumber", "videoUrl": "url", "caption": "hello caption \n next line" }'
No body