v1

latestOpenAPI 3.1.02026-07-2616924.9 KB
Voice Isolation

List Denoise History

Return the authenticated user's denoising records ordered by most recently created first. Use this to retrieve the final URL of completed jobs or paginate through history.

get/denoise

Query parameters

offsetinteger

Number of records to skip from the start of the result set.

limitinteger

Maximum number of records to return. Omit to return all records.

Response

List of denoising records

idstring uuid required

Denoising record id (same value as denoiseId returned by POST /denoise).

user_idstring required

Owner of the record.

transaction_idstring nullable

Wallet transaction id associated with billing for this job, if any.

audio_urlstring nullable

URL of the denoised audio. Null until the job reaches success.

original_audio_urlstring required

URL of the originally uploaded file.

file_namestring required

Original file name as submitted by the client.

audio_durationnumber required

Duration of the source audio in seconds.

audio_sizenumber required

Size of the source file in bytes.

audio_formatstring required

Lower-cased file extension of the source file.

source_type'audio' | 'video' required

Whether the upload was an audio file or a video container.

status'pending' | 'success' | 'failed' required

Current job status.

errorstring nullable

Error message if status is failed.

created_atstring date-time required
updated_atstring date-time required