Upload Media
POST https://api.plivo.com/v1/Account/{{auth_id}}/Media/
This API lets you upload media files which can be used to send MMS. Plivo supports up to a total of 10 attachments in an upload API/SDK call with a maximum of 2MB per attachment. More information can be found here
Arguments | Description | Required/Conditional/Optional |
---|---|---|
file | This argument allows you to attach one or more(max 10) files as attachments in the body of the request. | Required |
Request Body
[{"name"=>"file", "value"=>nil, "datatype"=>"null"}]