Get audio enhancement

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

Authentication

AuthorizationBearer
API token from https://app.resemble.ai/account/api

Path parameters

enhancement_uuidstringRequired
The UUID returned from the create endpoint.

Response

Enhancement details
successboolean or null
uuidstring or null
statusenum or null
Allowed values:
enhanced_audio_urlstring or nullformat: "uri"
Download URL. Only present when status is completed. This is a temporary signed URL.
error_messagestring or null

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

Errors