Skip to main content

Get WAV Conversion Details

GET 

/api/v1/wav/record-info

Retrieve detailed information about a WAV format conversion task.

Usage Guide

  • Use this endpoint to check the status of a WAV conversion task
  • Access the WAV file URL once conversion is complete
  • Track conversion progress and any errors that may have occurred

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 during WAV file generation
  • CALLBACK_EXCEPTION: Error occurred during callback

Developer Notes

  • The WAV file URL is only available in the response when status is SUCCESS
  • Error codes and messages are provided for failed tasks
  • WAV files are retained for 14 days after successful conversion

Request

Responses

Request successful