curl --request GET \
--url https://api.voice-agents.miraiminds.co/v1/admin/voice-gallery \
--header 'x-public-key: <api-key>'{
"status_code": 200,
"message": "Voices fetched successfully.",
"data": [
{
"_id": "<string>",
"slug": "<string>",
"sampleAudio": "<string>"
}
]
}curl --request GET \
--url https://api.voice-agents.miraiminds.co/v1/admin/voice-gallery \
--header 'x-public-key: <api-key>'{
"status_code": 200,
"message": "Voices fetched successfully.",
"data": [
{
"_id": "<string>",
"slug": "<string>",
"sampleAudio": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.miraiminds.co/llms.txt
Use this file to discover all available pages before exploring further.
Voice Gallery fetched successfully