cURL
curl --request POST \ --url http://localhost:3001/api/v1/resources/generate/audio \ --header 'Content-Type: application/json' \ --cookie nut-session= \ --data ' { "text": "<string>", "voice": "<string>", "model": "<string>" } '
{ "success": true, "data": { "resource": { "filename": "<string>", "type": "image", "mimeType": "<string>", "size": 123, "description": "<string>", "proposalId": "<string>", "url": "<string>", "thumbnailUrl": "<string>", "createdAt": "2023-11-07T05:31:56Z" } } }
Generate audio using AI (text-to-speech)
Session cookie authentication
Text to convert to speech
Voice ID to use
AI model to use
Generated audio resource
Show child attributes