Confirm that an audio file upload has completed.
This endpoint:
The client should call this after successfully uploading to S3.
cURL
curl --request POST \ --url https://api.example.com/api/v1/datasets/{dataset_id}/audio/confirm \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "audio_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
{ "audio_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "pending", "message": "<string>" }
Request schema for confirming an upload.
ID of the audio file to confirm
Successful Response
Response schema for upload confirmation.
pending
normalizing
embedding
ready
failed