Features
Video Document Parsing
Foundational APIs that transform unstructured video and audio into structured, queryable context.Describe
Get a comprehensive moment-by-moment description on a video, including transcript, diarization, visual descriptions, audio desecriptions, sound, on-screen text, and more. Perfect for getting every detail on a video.
Extract
Extract structured data from videos at scale, across modalities, using a prompt or custom schema. Making videos easy to program against, query against, and categorize in your application.
Segment
Split videos into meaningful parts with segmentation options like intelligent shot detection, and narrative (chapters). Turning videos into logical sequences.
Video Reasoning
Higher-level APIs that enable multimodal search, chat, and reasoning directly over video content.Search
Add semantic search over videos and segments with natural-language queries. Enable this in your application with just a few lines of code.
Chat Completion
Add conversational AI that can query, compare, and reason across hundreds of videos, complete with full citations, with just a few lines of code.
Base URL
The base URL for all API endpoints is:Authentication
For authentication, it’s required to include an Authorization header. The header should contain Bearer cg-123456789, where cg-123456789 represents your API Key.Response codes
Cloudglue employs traditional HTTP response codes.| Status | Description |
|---|---|
| 200 | Request was successful |
| 400 | Bad Request. Check the parameters and try again. |
| 401 | API key is invalid or was not provided |
| 402 | Insufficient credits on the account. |
| 404 | Specific resource was not found |
| 429 | Usage limit has been exceeded. |
| 500 | Signifies a problem with Cloudglue. |