Status Descriptions
- PENDING: Task is waiting to be processed
- SUCCESS: WAV conversion completed successfully
- CREATE_TASK_FAILED: Failed to create the conversion task
- GENERATE_WAV_FAILED: Failed to convert to WAV format
- CALLBACK_EXCEPTION: Error occurred during callback
Developer Notes
- Use this endpoint to check conversion status instead of waiting for callbacks
- The response includes the WAV file download URL when status is SUCCESS
- Task creation and completion times are included in the response
Authorizations
🔑 API Authentication
All endpoints require authentication using Bearer Token.
Get API Key
- Visit the API Key Management Page to obtain your API Key
Usage
Add to request headers:
Authorization: Bearer YOUR_API_KEY
⚠️ Note:
- Keep your API Key secure and do not share it with others
- If you suspect your API Key has been compromised, reset it immediately from the management page
Query Parameters
The task ID returned from the Convert to WAV Format endpoint. Used to retrieve details about the conversion process, including status and download URL if available.
Response
Request successful
The response is of type object
.