Skip to main content
POST
/
api
/
v0
/
batch
/
complete_upload
Complete Upload and Start Batch Pipeline
curl --request POST \
  --url https://mainnet.dkn.dria.co/api/v0/batch/complete_upload \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "id": "123e4567-e89b-12d3-a456-426614174000"
}'
{
  "success": true
}

Authorizations

x-api-key
string
header
required

API Key

Body

application/json
id
string<uuid>
required

The ID of the uploaded document

Example:

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

Response

Whether the pipeline was started successfully

success
boolean
required

Whether the request was successful