Retrieve metadata for a published Descript project by its URL slug. This endpoint provides information about the published project including title, duration, publisher details, privacy settings, and subtitles.
This endpoint requires authentication using a personal token and is subject to rate limiting of 1000 requests per hour per user.
Personal API token created in Descript Settings → API Tokens. See the Authentication section for details.
The unique URL slug identifying the published project
Successfully retrieved published project metadata.
Metadata for a successfully published Descript project
The unique identifier of the source Descript project
"12345678-1234-5678-1234-567812345678"
The type of published project
audio, video, audiogram "video"
The access permission level for this published project
public, unlisted, private, drive, password "unlisted"
Detailed metadata about the published project
Full VTT-formatted subtitle/caption content for the published project
"WEBVTT\\n\\n00:00:00.000 --> 00:00:02.000\\nWelcome to my video"
A time-limited signed URL for downloading the original published media file. See download_url_expires_at for expiration date.
"https://storage.googleapis.com/bucket/file.mp4?X-Goog-Signature=..."
ISO 8601 timestamp indicating when the download_url expires. Present when download_url is present.
"2025-01-16T10:30:00.000Z"