Analyze
Extract insights and summaries from rich-media content
Overview
The Analyze API extracts meaningful insights, summaries, and custom information from video and audio content across major social media platforms. Simply provide a media URL and a question about the content, and the API will analyze the visual elements (if applicable) and transcriptions to deliver key takeaways and structured insights.
Features
- Markdown Format: Receive analysis in formatted markdown, ideal for LLM applications.
- Video Summaries: Generate concise summaries of video content for quick insights.
- Custom Queries: Ask specific questions about the content to extract relevant information.
- Brand Detection: Automatically identify brands displayed or mentioned in the content.
- Full Transcription: Includes transcription and all its features for deeper analysis.
- Platform Metadata: Optionally retrieve media metrics such as upload time, like count, comment count,and thumbnail URL.
- Webhook Support: Get real-time notifications when the analysis is complete.
Basic Usage
To analyze content, simply add the media URL to the 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.
Checking Analysis Status (Async Only)
If you’re using a 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.
Example Response
For more details about request parameters, response fields, and status codes, check out our Analyze API Reference.
Common Use Cases
- LLM Applications: Enrich LLMs with structured visual insights and transcriptions to improve contextual understanding, retrieval, and summarization.
- Social Listening & Brand Monitoring: Track brand mentions, logos, and product placements in both video frames and spoken dialogue, enabling deeper sentiment and trend analysis.
- Content Intelligence & Analysis: Extract structured insights from visual elements and spoken words, categorizing information for better decision-making.
- Content Indexing & Searchability: Make video and audio content searchable by generating transcriptions and tagging visual elements such as objects, faces, and text overlays.
- Compliance & Moderation: Ensure compliance by analyzing both visual and audio content for policy violations, explicit material, and copyright concerns.
- Custom Queries & Deep Video Understanding: Ask specific questions about both the visual and spoken content to extract targeted insights, such as identifying key moments, detecting logos, or summarizing actions.