Skip to main content
POST

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Path Parameters

id
string
required

Vault ID

objectId
string
required

Vault object ID

Body

application/json
success
boolean
required

Whether the upload succeeded

sizeBytes
integer

Uploaded file size in bytes. Required when success=true.

Required range: 1 <= x <= 5368709120
etag
string

S3 ETag for the uploaded object (optional if client cannot access ETag header). Only meaningful when success=true.

autoIngest
boolean
default:false

When true and the object was uploaded with auto_index, trigger ingestion immediately after a successful confirmation (no separate ingest call needed). The ingest outcome is reported in the ingest response field; an ingest failure does not fail the confirmation.

errorCode
string

Client-side error code. Required when success=false.

errorMessage
string

Client-side error message. Required when success=false.

Response

Confirmation recorded

vaultId
string
objectId
string
status
enum<string>
Available options:
completed,
failed
alreadyConfirmed
boolean
ingest
object

Present when autoIngest was requested on a successful confirmation