Uploads a media file using the resumable upload API. Returns an asset handle used when creating templates. Requires a Bearer token in the Authorization header.
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Path Params
Body Params multipart/form-data
Responses
🟢200OK
application/json
Successful upload
Body
🟠400Bad Request
🟠401Unauthorized
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.softservv.co/whatsapp-accounts//media/resumable-upload/' \
--header'Authorization: Bearer <token>' \
--form'file=@""'