---
title: "Get Signed Upload Conversation URL"
method: GET
path: "/conversations/upload-url"
tags: ["Conversation"]
---

# Get Signed Upload Conversation URL

`GET /conversations/upload-url`

Generate a signed URL for uploading a conversation file

## Response `200`

signed upload url successfully generated

- object
  - `url` string, required — Signed URL for uploading the file
  - `key` string, required — Unique key identifier for the upload
  - `downloadUrl` string, required — URL to download the file after upload

## Other responses

- `401` — valid API key required
- `default` — unexpected error

---

[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)
