POST
/
conversation
/
{id}
/
upload
curl --request POST \
  --url https://api.wapikit.com/api/conversation/{id}/upload \
  --header 'Content-Type: multipart/form-data'
{
  "mediaId": "<string>",
  "mediaUrl": "<string>"
}

Path Parameters

id
string
required

The id value of the conversation you want to upload a file to.

Body

multipart/form-data

new file info

The body is of type object.

Response

200
application/json

file object

The response is of type object.