Skip to main content

Upload File

Upload a raw audio track (e.g. WAV, MP3, FLAC, M4A) to secure cloud storage. This endpoint is completely free and does not deduct from your plan balance. The returned blob_name must be used as the identifier in ingest and search requests.
  • /trace/v1/upload

Request Headers

Request Body

FieldTypeRequiredDescription
filefileThe raw audio file to upload. Max file size: 100 MB.

Response

Status 200 OK

Error Responses

Payload Too Large (413) Returned if the uploaded file exceeds the 100 MB limit.
Unsupported Format (400) Returned if the file format is not supported (only .mp3, .wav, .flac, .m4a are allowed).