cURL
curl --request POST \ --url https://api.wapikit.com/api/conversation/{id}/upload \ --header 'Content-Type: multipart/form-data'
{ "mediaId": "<string>", "mediaUrl": "<string>" }
upload a file in a conversation
The id value of the conversation you want to upload a file to.
new file info
The body is of type object.
object
file object
The response is of type object.
Was this page helpful?