SendVideoUrl
Query parameters
idstringRequiredExample:
idBody
all ofOptional
and
anyOptionalExample:
{"instance_key":"id","jid":"receivernumber","videoUrl":"url","caption":"hello caption \n next line"}Responses
200Success
No content
post
/chats/sendVideoUrlPOST /chats/sendVideoUrl?id=id HTTP/1.1
Host: base_url
Content-Type: application/json
Accept: */*
Content-Length: 100
{
"instance_key": "id",
"jid": "receivernumber",
"videoUrl": "url",
"caption": "hello caption \n next line"
}200Success
No content
Last updated
Was this helpful?