Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.deepinfra.com/v1/voices \ --header 'Authorization: Bearer <token>'
{ "voices": [ { "user_id": "<string>", "voice_id": "<string>", "name": "<string>", "description": "", "created_at": 123, "updated_at": 123 } ] }
Get available voices for a given user
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes