v1
latestOpenAPI 3.0.02026-07-244771176.5 KBMMS
Send MMS
The Send MMS endpoint allows you to send multimedia messages (MMS) to recipients.
post/v2/mms
Request body
Example request
{
"subject": "USS Enterprise"
}Response
OK
Example response
{
"id": "6fdae71c-dad7-4c36-9734-a69693ec2318",
"recipient": "61435795809",
"sender": "61481074185",
"country": "AU",
"subject": "USS Enterprise",
"message": "Check out this amazing specimen.",
"message_ref": "ncc1701d",
"content_urls": [
"http://res.cloudinary.com/burstsms/image/upload/v1590111670/enterprise-d_ghf9t8.jpg"
],
"status": "sent",
"track_links": true,
"created_at": "2022-03-29T04:42:01.631708Z",
"updated_at": "2022-03-29T04:42:01.776094Z"
}