Features
Describe
Get a comprehensive moment-by-moment text-only, or multimodal media
description of a video. Perfect for getting every details from a video in
every modality.
Extract
Convert video content into structured JSON data using custom schemas to
target specific information, making it easy to program against and organize
for your exact application needs.
Segment
Break down videos into meaningful parts using intelligent shot detection or
narrative analysis, making it easier to navigate and work with specific
portions of video content.
Search
Search across video files and segments to find relevant content using
natural language queries, enabling powerful semantic search across your
video libraries.
Chat Completion
Create AI conversations that can access and reason about video content,
allowing users to ask questions about specific videos or compare content
across multiple sources.
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. |