Using the API
Introduction
cloudglue API Reference
Features
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.
Chat
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 |
404 | Specific resource was not found |
500 | Signifies a problem with cloudglue. |
Refer to the Error Codes section for a detailed explanation of all potential API errors.