Skip to main content

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/jpeg
  • image/png
callback_urlstring<uri>

Optional callback URL to receive job status notifications

EmbedSignatureFromURLRequest
{
"media_url": "string",
"media_mime_type": "string",
"callback_url": "string"
}