Skip to main content
POST

Authorizations

Authorization
string
header
required

JWT bearer token. Include as Authorization: Bearer <token>. See the Authentication guide for how to obtain one.

Headers

X-Trace-Version
string

API version. Omit to use the default version.

Example:

"1"

X-Idempotency-Key
string<uuid>
required

Unique key to ensure idempotent request processing. Required on all POST, PUT, and PATCH requests.

Path Parameters

accountId
string<uuid>
required

UUID of the account.

Body

multipart/form-data
body
object
required

JSON payload accompanying the document file in the multipart request. Sent as the body part with Content-Type: application/json.

file
file
required

Document file content.

Response

Document uploaded.