Skip to main content
GET
/
subtitles
/
videos
/
{videoProjectId}
/
export
Export subtitles for a video project
curl --request GET \
  --url https://api.argil.ai/v1/subtitles/videos/{videoProjectId}/export \
  --header 'x-api-key: <api-key>'
"<string>"

Authorizations

x-api-key
string
header
required

API key to be included in the x-api-key header

Path Parameters

videoProjectId
string<uuid>
required

The UUID of the video project to export subtitles for

Query Parameters

format
enum<string>
default:vtt

Subtitle format to export (vtt or ass)

Available options:
vtt,
ass
includeStyling
boolean
default:false

Whether to include styling information in the exported subtitles

Response

Subtitle file content

VTT subtitle file content