POST
/
api
/
corpora
/
{corpus_id}
/
uploads
curl --request POST \
  --url https://api.ultravox.ai/api/corpora/{corpus_id}/uploads \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "mimeType": "<string>"
}'
{
  "documentId": "<string>",
  "presignedUrl": "<string>"
}
Upload URLs expire after 5 minutes. You can request a new URL if needed.

Authorizations

X-API-Key
string
header
required

API key

Path Parameters

corpus_id
string
required

Body

application/json
mimeType
string
required

The MIME type of the file to be uploaded.

Minimum length: 1

Response

201 - application/json
documentId
string
required
presignedUrl
string
required