EmbedSignatureFromURLRequest
media_urlstringrequired
The URL of the media file to protect by embedding the SASHA Signature into
media_mime_typestring
The MIME type of the media file at the given URL.
If not provided, the MIME type will be inferred from the URL.
The following MIME types are supported:
image/jpegimage/png
callback_secret_idstring
Optional identifier for the Callback Secret to use for signing the request payload. If not provided, an appropriate Callback Secret will be selected by SASHA among the available Callback Secrets configured for the Partner.
callback_urlstring<uri>
Optional callback URL to receive job status notifications
EmbedSignatureFromURLRequest
{
"media_url": "string",
"media_mime_type": "string",
"callback_secret_id": "string",
"callback_url": "string"
}