Skip to main content
POST
Confirm a document upload

Authorizations

Authorization
string
header
required

HTTP Basic Auth using your API key. Send Authorization: Basic base64(key_id:key_secret).

Path Parameters

id
string
required

ID of the claim.

Body

application/json
document_ids
string[]
required

IDs returned by the initiate-upload endpoint, for the files you've now uploaded to their upload_url. Up to 10 per request.

Required array length: 1 - 10 elements
Maximum string length: 64

Response

Per-document confirm results.

attached
integer
required

Count of documents that were successfully confirmed.

documents
object[]
required

One result per document ID you sent, in the same order.

Last modified on September 14, 2026