---
title: "Download media file or metadata"
method: GET
path: "/api/v1/conversations/{id}/media"
tags: ["Conversations"]
---

# Download media file or metadata

`GET /api/v1/conversations/{id}/media`

Download conversation media file (video or audio). If both video and audio files exist, the video file is returned by default. If video does not exist, will use the audio file. The API supports two response modes: direct redirect to the media file or a JSON response containing metadata and a download link.

## Path parameters

- `id` string, required

## Query parameters

- `info` boolean

## Response `200`

Success

- unknown

## Other responses

- `400` — Bad request
- `404` — Not found

---

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