curl --request GET \ --url https://geoff.ai/api/v1/t2a/async/task_abc123 \ --header 'Authorization: Bearer <token>'
{ "data": { "task_id": "task_abc123", "status": "completed", "audio_url": "https://geoff.ai/api/v1/files/audio_xyz/content" }, "trace_id": "04ede0ab069fb1ba8be5156a24b1e081" }
Check the status of an asynchronous speech generation task.
Bearer API_key