Skip to main content
POST
Batch-generate speech (unified, sunbird-orpheus-tts only)

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json

Batch TTS request (RunPod Orpheus-3B).

items
SpeechBatchItem · object[]
required

1-16 items (RunPod cap).

Required array length: 1 - 16 elements

Response

Successful Response

Normalized batch response.

model
string
required

Model used (always 'sunbird-orpheus-tts').

platform
string
required

Platform used (always 'runpod').

results
SpeechBatchItemResponse · object[]
required

Per-item results, in request order.

request_id
string
required

Unique id for this batch request.

timings_ms
Timings Ms · object | null