Get Project
Projects
Get Project
Retrieve detailed information about a specific project including its scenes
GET
Get Project
Returns comprehensive details about a single video ad project, including all individual scenes, scripts, and generation metadata. Use this endpoint to track project progress or retrieve the final video and scene-level information.
Authentication
This endpoint requires a valid API key with theprojects:read permission.
Path Parameters
The unique identifier (UUID) of the project to retrieve. Must be a valid UUID belonging to the authenticated user.
Response
Complete project details including all configuration and output URLs.
Ordered list of individual scenes that make up the final video. Scenes are returned in playback order.
Example Requests
Example Response
Error Responses
Returned when the project doesn’t exist or doesn’t belong to the authenticated user.
Returned when the API key is missing, invalid, or lacks the required permissions.
Notes
Security: Projects can only be accessed by their owner. API keys are scoped to individual user accounts, and attempting to access another user’s project will return a 404 error.
Scene URLs vs Final URL: The individual scene
output_url values point to raw scene clips before final processing. The project-level final_output_url is the fully processed video with continuous voiceover, lip sync, and captions applied. Always use final_output_url for production purposes.Polling for Completion: When monitoring project progress, poll this endpoint every 10 seconds until the
status field becomes completed or failed. The updated_at timestamp changes whenever generation progresses.Scene Order: Scenes are always returned in playback order sorted by
scene_order. The final video plays scene 0 first, then scene 1, etc.Avatar Scenes vs Product Scenes: Scenes with an
avatar_id feature a human spokesperson. Scenes without an avatar_id (null) are typically product demonstration shots or B-roll footage.Rate Limiting: This endpoint is rate-limited to 60 requests per minute per API key. See Rate Limits for details.

