Validate MMS Message

Validate MMS message content without sending it.

Headers

PINNACLE-API-KEYstringRequired

Request

This endpoint expects an object. At least one file or some text is required for sending MMS messages.
mediaUrlslist of stringsRequired
URLs of media files in this message. <br> See [supported media types](https://app.pinnacle.sh/supported-file-types?type=MMS).
textstringOptional
Text content that accompanies the media files.

Response

Returns validation results.
segmentsobject
Details about how the MMS content would be segmented for delivery.
totaldouble
Total price of this message. Calculated by multiplying the number of segments by the unit cost.
unitdouble
Cost of each segment.

Errors