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.heymilo.ai/api/v2/voices/{voice_id}/preview \ --header 'X-API-KEY: <api-key>'
{ "error": { "type": "<string>", "code": "<string>", "message": "<string>", "param": "<string>", "doc_url": "<string>", "errors": [ { "code": "<string>", "message": "<string>", "param": "title" } ] } }
Returns an audio preview of the voice. May redirect (302) to an external audio URL.
API key for authentication. Pass your key in the X-API-KEY header.
Audio preview bytes.
Was this page helpful?