Convert media content into accurate transcriptions
post_url
parameter. E.g. https://www.youtube.com/watch?v=example
.
You can optionally include a query
to ask specific questions about the content and a callback_url
to receive notifications when the analysis is complete. E.g. https://your-domain.com/webhook
.
callback_url
, the API response will include a Location
header containing the operation polling URL, which you can use to check the status of the transcription.
Example Operation Polling URL: https://api.scribesocial.ai/v1/transcribe-result/{operation-id}
When the callback request is sent to your endpoint, it will include a Scribe-Verification-Token
header.
This token corresponds to the API key ID used for the original request, allowing you to verify that the callback is coming from dScribe AI and is legitimate.