List Voices for LLM Model
Agent API
List Voices for LLM Model
List available voices for a specific LLM model.
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
Path Parameters
LLM model ID
Query Parameters
The maximum number of voice records to return.
The number of voice records to skip before returning results.

