Skip to main content
GET
List Voices for LLM Model

Authorizations

string
required
Your Agni API key used to authenticate the request. Pass it in the X-Api-Key header.

Path Parameters

string
required
The unique ID of the LLM model to fetch voices for.

Query Parameters

integer
The maximum number of voice records to return. Example: 10.
integer
The number of voice records to skip before returning results. Example: 0.

Request


Response

boolean
Whether the request succeeded.
string
Human-readable status message.
object[]
Voices available for the requested LLM model.
object
Pagination metadata.

Authorizations

X-Api-Key
string
header
required

Path Parameters

llm_model_id
string<uuid>
required

LLM model ID

Query Parameters

limit
integer<int32>

The maximum number of voice records to return.

offset
integer<int32>

The number of voice records to skip before returning results.

Response

200 - application/json

Voices fetched successfully

success
boolean
message
string
data
object[]
meta
object