Extract insights and summaries from rich-media content
post_url
parameter. 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.
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 analysis.
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.