---
title: "Generate Conversation Media Download URL"
method: POST
path: "/conversations/{id}/media/download"
tags: ["Conversation"]
---

# Generate Conversation Media Download URL

`POST /conversations/{id}/media/download`

Generate a presigned URL for downloading the media file of a conversation. Organization-level authentication only.

## Path parameters

- `id` string, required

## Response `200`

Successfully generated download URL

- object
  - `url` string, required — Presigned URL for downloading the conversation media

## Other responses

- `401` — Authentication failed - valid organization API key required
- `403` — Forbidden - conversation is private or archived
- `404` — Conversation not found or does not belong to organization
- `default` — Unexpected error occurred

---

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