Audio Files
Confirm Upload
Confirm that an audio file upload has completed.
This endpoint:
- Verifies the file exists in S3
- Updates the audio file status
- Queues the file for processing (normalization + embedding)
The client should call this after successfully uploading to S3.
POST
Confirm Upload
Authorizations
Path Parameters
Body
application/json
Request schema for confirming an upload.
ID of the audio file to confirm
Previous
List Audio FilesList all audio files in a dataset with pagination.
Supports filtering by processing status:
- pending: Awaiting upload confirmation
- normalizing: Being processed (normalized audio)
- embedding: Generating embeddings
- ready: Fully processed and ready for use
- failed: Processing failed
Next
Confirm Upload
