---
title: "Get Text-to-Voice Run Result"
method: GET
path: "/text-to-voice-result/{run_id}"
tags: ["Apis", "Text-to-Voice"]
---

# Get Text-to-Voice Run Result

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

- TextToVoiceRunInfoResponse
  - `previews` string[] — An array of two distinct URL strings, each pointing to a unique voice sample generated from your text prompt. These samples represent different voice interpretations based on your description, allowing you to compare options before selecting your preferred voice for further use.

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