Skip to main content
POST
Acknowledge file upload(s)

Authorizations

x-api-key
string
header
required

WorkOS API key for authentication

Body

application/json
upload_id
string<uuid>
required

The upload ID returned from /prepare endpoint

Example:

"123e4567-e89b-12d3-a456-426614174000"

Example:

Response

Upload acknowledgment results

Successful acknowledgment

upload_id
string<uuid>
required

The upload ID that was acknowledged

acknowledged_at
string<date-time>
required

Timestamp when the upload was acknowledged

size
integer
required

File size in bytes

Example:

1024

content_type
string
required

MIME type of the uploaded file

Example:

"application/pdf"

Example: