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:

https://api.cloudglue.dev

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.

Authorization: Bearer cg-123456789

Response codes

cloudglue employs traditional HTTP response codes.

StatusDescription
200Request was successful
400Bad Request. Check the parameters and try again.
401API key is invalid or was not provided
404Specific resource was not found
500Signifies a problem with cloudglue.

Refer to the Error Codes section for a detailed explanation of all potential API errors.