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-sandbox.featherhq.com/v1/voice/recordings/{recording_id}/playback-url \ --header 'x-api-key: <api-key>'
{ "expires_in": 123, "duration_ms": 123, "bytes": 123, "status": "<string>", "url": "<string>" }
Successful Response
Was this page helpful?