v3

latestOpenAPI 3.1.02026-07-31112356215.0 KB
audioEnhancement

Get audio enhancement

Poll this endpoint to check the status of an enhancement job and retrieve the download URL when complete.

get/audio_enhancements/{enhancement_uuid}

Path parameters

enhancement_uuidstring required

The UUID returned from the create endpoint.

Headers

Authorizationstring required

Response

Enhancement details

successboolean
uuidstring
status'pending' | 'processing' | 'completed' | 'failed'
enhanced_audio_urlstring uri nullable

Download URL. Only present when status is completed. This is a temporary signed URL.

error_messagestring nullable

Human-readable error. Only present when status is failed.