Update Project
Manage Projects
Update Project
Update a project’s title
POST
Update Project
For AI agents: a documentation index is at /llms.txt. Every page is also available as markdown, just append .md to the URL.
Overview
Update the title of an existing project. Projects that are still processing cannot be updated.Rate Limiting
This endpoint is rate limited to 10 requests per minute per API key.Cannot update projects that are still processing. Wait for the project to reach
completed or failed status before updating.A cancelled project can’t be renamed. The API returns
400 — “This project was cancelled and can no longer be modified or published.”Response
string
Unique project identifier
string
Updated project title
string
Thumbnail URL for the project
number
Duration in seconds that was billed for this project
string
Current processing status
string
Type of project
string
Source of the video content
string
Video genre used for AI analysis
array
Array of identified topics in the video
array
Array of clip duration preferences
number
Start time in seconds for processing (null if entire video)
number
End time in seconds for processing (null if entire video)
integer
Output resolution for the project
string
Output orientation
string
Caption style preset ID (null if captions disabled)
boolean
Whether captions are enabled
boolean
Whether emojis are added to captions
boolean
Whether keyword highlighting is enabled
string
Primary language of the video content
string
Target dubbing language (null if not applicable)
boolean
Whether transcription is translated
array
Array of languages for translation
string
Script format for transcription (“native” or “roman”)
object
Video file metadata including duration, resolution, format, etc.
object
Project URLs and assets
integer
Unix timestamp when the project was created
integer
Unix timestamp when the project was last updated
Example Request
Example Response
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
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 Presigned URLs for the project's assets. URLs expire — always use the most recent API response. The transcription_* subtitle/text exports are only present on transcription projects.