Uploading Media
Use this API to upload, retrieve, or delete media.
post/wab/v1/media/
Headers
Content-Typestring required
Content-Type header must be set to the type of the media being uploaded
Response
200
Example response
{
"media": [
{
"id": "<generated id , UUID>"
}
]
}