LookupSignatureFromDataRequest
The media file to lookup the SASHA Signature from
Optional identifier of the Callback Secret SASHA should use to sign the callback payload for this job.
Each Callback Secret you have configured with SASHA has a unique Callback Secret ID. Pass it here to pin a job's callback signature to a specific secret — useful while rotating secrets, or when different parts of your system verify callbacks with different keys.
If omitted, SASHA picks one of your enabled Callback Secrets
automatically. The Callback Secret that was actually used is always
returned in the SASHA-Callback-Secret-ID HTTP header on the
callback request, so your endpoint can look up the matching signing
key when validating the SASHA-Request-Signature.
Optional callback URL to receive job status notifications
{
"media": "string",
"callback_secret_id": "string",
"callback_url": "string"
}