---
title: "Export subtitles for a video project"
method: GET
path: "/subtitles/videos/{videoProjectId}/export"
---

# Export subtitles for a video project

`GET /subtitles/videos/{videoProjectId}/export`

Exports subtitles for a video project in VTT or ASS format. The subtitles can optionally include styling information.

## Path parameters

- `videoProjectId` string, uuid, required — The UUID of the video project to export subtitles for

## Query parameters

- `format` 'vtt' | 'ass'
- `includeStyling` boolean

## Response `200`

Subtitle file content

## Other responses

- `400` — Validation error or invalid request
- `404` — Video project not found or user does not have access

## Changes

- **2025-12-16** `48a779d9f736` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/argildotai/apis/argil-api/changes/subtitles/videos/:videoProjectId/export/get.md)

---

[API](https://skmtc.dev/argildotai/apis/argil-api.md) · [All operations](https://skmtc.dev/argildotai/apis/argil-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/argildotai/argil-api/revisions/f3d0315da0f0/schema)
