cURL
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 }
Start the batch pipeline
API Key
The ID of the uploaded document
"123e4567-e89b-12d3-a456-426614174000"
Whether the pipeline was started successfully
Whether the request was successful