Upload Media
Upload Image From Data
Upload Image From Data Payload
Method Type - POST
REQUEST URL - https://messagingapi.charteredinfo.com/v19.0/{{Phone-Number-ID}}/media
Request Headers - Content-Type: application/json - Authorization: Bearer {{Auth Key}}
Upload Image Base64
Upload Image Base64
Method Type - POST
REQUEST URL - https://messagingapi.charteredinfo.com/v19.0/{{Phone-Number-ID}}/Media/UploadB64
Request Headers - Content-Type: application/json - Authorization: Bearer {{Auth Key}}
Response of Upload Media
*** Responce
``` json linenums="1"
{
"id": "4818963771661062",
"expires": "2025-03-15T14:17:51.1980096+05:30"
}
```