Skip to main content
GET
/
api
/
v0
/
batch
/
job
Get Single Batch Job
curl --request GET \
  --url https://mainnet.dkn.dria.co/api/v0/batch/job \
  --header 'x-api-key: <api-key>'
{
  "status": "completed",
  "result_url": null
}

Authorizations

x-api-key
string
header
required

API Key

Query Parameters

file_id
string<uuid>
required

The ID of the file associated with the job

Example:

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

Response

200 - application/json

Returns S3 Image Upload URL

status
string
required

The status of the job

Example:

"completed"

result_url
string | null
required

The URL of the result file if the job is completed

Example:

null