Audio Files
Get Upload Url
Generate a presigned URL for direct S3 upload.
This endpoint:
- Validates the dataset exists and belongs to the tenant
- Creates a pending AudioFile record in the database
- Generates a presigned POST URL for direct browser upload to S3
The client should:
- Use the returned URL and fields to construct a multipart/form-data POST
- Upload the file directly to S3
- Call the confirm endpoint to mark the upload as complete
POST
Get Upload Url
Authorizations
Path Parameters
Body
application/json
Response
Successful Response
Response schema for presigned upload URL.
Get Upload Url
