---
title: "Download a caption by id"
method: GET
path: "/caption_files/{caption_file_id}/download"
tags: ["Captions"]
---

# Download a caption by id

`GET /caption_files/{caption_file_id}/download`

## Path parameters

- `caption_file_id` integer, required

## Response `200`

The caption file itself

## Other responses

- `401` — Authorization information is missing or invalid.
- `403` — If a user without proper permissions tries to call this endpoint, the call is rejected with 403 Forbidden.
- `404` — The caption was not found by id.
- `422` — Invalid caption_file_id is provided.

---

[API](https://skmtc.net/instructure/apis/studio-public-api.md) · [All operations](https://skmtc.net/instructure/apis/studio-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instructure/studio-public-api/revisions/4838a5113869/schema)
