Skip to main content
POST
/
api
/
documents
curl --request POST \ --url https://api.sandbox.tracefinance.com/api/documents \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --header 'X-Idempotency-Key: <x-idempotency-key>' \ --form 'body={ "documentType": "ARTICLES_OF_ASSOCIATION", "holder": { "type": "ACCOUNT", "referenceId": "5b7c1f2a-3d4e-4f8a-9b1c-2d3e4f5a6b7c" } }' \ --form file='@example-file'

Documentation Index

Fetch the complete documentation index at: https://tracefinance-docs-withdrawal-beneficiary-events.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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.

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.