Get Project Details
Track & Retrieve
Get Project Details
Retrieve complete details and configuration for a video project
GET
Get Project Details
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 comprehensive information about a video project, including processing configuration, metadata, and current status. This endpoint returns the full project object with all settings and URLs.Response
Unique project identifier
Project title (usually the filename or video title)
URL to the project thumbnail image
Duration in seconds that was billed to your account
Current processing status (“processing”, “completed”, “failed”, “cancelled”)
Type of project (“clipping”, “captions”, “reframe”, “dubbing”, “transcription”)
Source of the original video (“Youtube”, “Upload”, “Generic”)
Video genre for AI analysis (“talking”, “screenshare”, “gaming”)
Array of topic strings identified in the video
Array of clip duration objects with min/max values
Start time in seconds for processing (null if entire video)
End time in seconds for processing (null if entire video)
Whether clips are reframed for different aspect ratios
Output resolution for clips (720, 1080, 1440, 2160)
Output orientation (“landscape”, “portrait”, “square”)
Caption style preset ID (null if captions disabled)
Whether captions are enabled for this project
Whether emojis are added to captions
Whether keywords are highlighted in captions
Primary language of the video content
Target language for dubbing projects
Whether transcription is translated to other languages
Array of language codes for translation
Script format for transcription (“native” or “roman”)
Video metadata including duration, resolution, format, etc.
Object containing various project URLs and assets
Unix timestamp when the project was created
Unix timestamp when the project was last updated
Example Request
Example Response
Project Configuration
Clipping Projects
For clipping projects, the response includes:topics: AI-identified topics in the videoclipDurations: Preferred clip length rangesgenre: Video genre for better AI analysisreframeClips: Whether clips are reframed for different aspect ratios
Caption Projects
For caption projects, the response includes:captionsPreset: Style preset for captionsenableEmojis: Whether emojis are addedenableHighlights: Whether keywords are highlightedlanguage: Primary language of the content
Reframe Projects
For reframe projects, the response includes:exportOrientation: Target orientation (portrait/square)genre: Video genre for better reframingreframeClips: Always true for reframe projects
Transcription Projects
For transcription projects, the response includes:language: Primary language of the contenttranslateTranscription: Whether transcription is translatedtranslationLanguages: Target translation languagestranscriptionScript: Script format (“native” or “roman”)
Dubbing Projects
For dubbing projects, the response includes:language: Source language of the videodubbingLanguage: Target language for dubbingtranslateTranscription: Whether transcription is translated
URLs Object
Theurls object may contain various project assets:
URL to the original source video
URL to the project thumbnail image
URL to the processed video file (for caption/reframe projects)
URLs are dynamically generated and may expire. Always use the most recent URLs from API responses.
Rate Limiting
This endpoint is subject to the standard rate limit of 10 requests per minute.Common Use Cases
Project Monitoring
Get detailed status and configuration information
Configuration Review
Verify project settings and parameters
Metadata Analysis
Access video metadata and processing details
Asset Management
Retrieve URLs for project assets and files
Next Steps
Based on the project details:- Completed Projects: Use Get Project Clips to retrieve clips
- Processing Projects: Monitor with Get Project Status
- Failed Projects: Review configuration and retry if needed
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Unique identifier of the project
Response
200 - application/json
Successful response
Available options:
queued, prepped, draft, processing, finalizing, completed, invalid, expired, failed, error Available options:
clipping, captions, reframe, dubbing, transcription Available options:
Upload, Youtube, Vimeo, TwitchVod, Twitter, RumbleEmbed, Generic Available options:
talking, screenshare, gaming Available options:
landscape, portrait, square Available options:
native, roman