curl -X POST https://arpeggi.io/api/kits/v1/tts \ -H "Authorization: Bearer your_api_key" \ -F "voiceModelId=voice_model_id" \ -F "inputTtsText=your_tts_text"
{ "id": 1, "createdAt": "2023-09-19 20:13:50.428000 +00:00", "type": "tts", "voiceModelId": 2, "status": "running", "jobStartTime": "2023-09-19 20:15:50.428000 +00:00", "jobEndTime": null }
Start a new Text-to-Speech job to convert text to speech with the Kits API.
<api-key>