For the complete documentation index, see llms.txt. This page is also available as Markdown.

Upload Document

Service to upload a PDF document using the pre-signed upload URL obtained from the endpoint /services/custody/upload.

The upload URL is valid for 5 minutes from its generation.

Use the full upload URL returned by the previous endpoint, not this path directly.

Endpoint

PUT /custody/upload/{uploadToken}

Route parameters

Parameter
Type
Required
Description

uploadToken

string

Yes

Upload Token of the pre-signed URL.

Request body

Content-Type: multipart/form-data

Parameters

Parameter
Type
Required
Description

file

binary

Yes

PDF document file.

Responses

200 Success

The document was uploaded successfully.

400 Bad Request

401 Unauthorized

403 Forbidden

413 Payload Too Large

502 Bad Gateway

504 Gateway Timeout

Last updated