About this Cloud Hub Solution:
This API enables users to search and download video clips from a vast and diverse database, making it an ideal solution for media platforms, educational content providers, and archival research.
To use the API, an API key is required for authentication, which can be obtained through a PRO subscription.
Authentication
- An API key is necessary for all requests.
- Include api_key=YOUR_API_KEY in the query string.
- Treat your API key as sensitive information to prevent unauthorized access.
Note that all integers can be used as ranges, such as 2005-2010 or 2005- or -2005.
Base URL
All API requests should be initiated to: https://api.clip.cafe/ .
Download Video Clips
- Method: GET
- Purpose: Download a specific video clip.
- Response: Binary stream of the video clip.
Query Parameters
- api_key(string): YOUR_API_KEY (mandatory)
- slug(string): Unique identifier for the clip (mandatory)
- key(string): Unique download key (mandatory)
Please ensure that you provide the required parameters and treat your API key as sensitive information to secure your access to the API.
Example Request
GET /?api_key=YOUR_API_KEY&slug=clip-slug&key=DOWNLOAD_KEY HTTP/1.1Host: api.clip.cafe
Error Codes
200 OK: Successful request.
400 Bad Request: Invalid request format or parameters.
401 Unauthorized: Missing or invalid API key.
403 Forbidden: Access denied.
404 Not Found: Resource not found.
429 Too Many Requests: Rate limit exceeded.
500 Internal Server Error: Server error.