---
title: "Get Sound and Music Run Result"
method: GET
path: "/text-to-sound-result/{run_id}"
tags: ["Apis", "Text-to-Audio"]
---

# Get Sound and Music Run Result

`GET /text-to-sound-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.

## Response `200`

Successful Response

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

---

[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/versions/40ebeee64850/schema)
