Last updated 15 hours ago
const response = await fetch('/tts', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "model": "#g1_aura-asteria-en", "text": "text" }), }); const data = await response.json();
{ "metadata": { "transaction_key": "text", "request_id": "text", "sha256": "text", "created": "2025-01-18T12:45:12.966Z", "duration": 0, "channels": 0, "models": [ "text" ] } }