---
title: "Fetch Text-to-Speech Results"
method: POST
path: "/tts-results"
tags: ["APIs", "Text-to-Speech"]
---

# Fetch Text-to-Speech Results

`POST /tts-results`

## Request body

- RunIDsRequestPayload
  - `run_ids` integer[], required — An array of unique positive integers, each representing the ID of a specific run. You must provide between 2 and 5 IDs, and all IDs must correspond to the same run type (e.g., all text-to-speech or all dubbing runs).

## Response `200`

Successful Response

- BulkTTSRunsResults — An object containing the results of one to five text-to-speech (TTS) runs. Each key in the object is a unique identifier for a run, and the corresponding value is the Text-to-Speech run details.

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