Get Task Status
Task Status
Get Task Status
Poll the status and result of an asynchronous audio processing task.
GET
Get Task Status
Authorizations
Bearer token (API key). Format: Bearer {your_api_key}
Path Parameters
The task identifier returned by a previous API call.
Response
Task status and result.
Response for task status polling.
HTTP-style status code (200 for completed, 202 for in-progress).
Download URL of the result.
Example:
"https://cdn.finevoice.ai/output/result.mp3"
Task identifier.
Example:
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Multiple output URLs.