Get Project Clips
Track & Retrieve
Get Project Clips
Retrieve all clips generated from a video project
GET
Get Project Clips
For AI agents: a documentation index is at /llms.txt. Every page is also available as markdown, just append .md to the URL.
Overview
Get all clips generated from a completed video project. This endpoint returns downloadable URLs for each clip, along with metadata like virality scores, titles, and captions.Rate Limiting
This endpoint is rate limited to 10 requests per minute per API key.Response
Array of clip objects
Current page number
Total number of pages available
Total number of clips in the project
Example Request
Example Response
Virality Score
The virality score is an AI-predicted metric (0-10) that indicates how likely a clip is to perform well on social media:- 9-10: Exceptional content with viral potential
- 7-8: High-quality content likely to perform well
- 5-6: Good content suitable for regular posting
- 3-4: Average content that may need optimization
- 1-2: Lower-quality content requiring review
Clip Status
Clips are only returned when the parent project status iscompleted. If the project is still processing, this endpoint will return an empty clips array.
Use Cases
Content Distribution
Download clips for posting across social platforms
Performance Analysis
Use virality scores to prioritize high-potential content
Batch Processing
Retrieve all clips for automated publishing workflows
Quality Control
Review clip titles and captions before publishing
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Unique identifier of the project
Page number for pagination
Number of clips per page (max 100)