---
title: "Get Tts Run Info"
method: GET
path: "/tts-result/{run_id}"
tags: ["Apis"]
---

# Get Tts Run Info

`GET /tts-result/{run_id}`

## Path parameters

- `run_id` integer, required — The unique identifier for the run, which was generated during the creation process and returned upon task completion.

## Query parameters

- `output_type` 'raw_bytes' | 'file_url'

## Response `200`

Successful Response

- AudioOutputFileURLResponse
  - `output_url` string — A presigned URL that points to the output audio file.

## Other responses

- `422` — Validation Error

---

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