Skip to main content
GET
/
v1
/
extractions
/
{id}
Get Extraction
curl --request GET \
  --url https://api.kiriku.app/v1/extractions/{id} \
  --header 'Authorization: Bearer <token>'
{
  "referenceId": "<string>",
  "status": "completed",
  "documentType": "<string>",
  "result": {
    "extractedData": {},
    "globalConfidence": 123
  },
  "creditsUsed": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/json

Extraction details

referenceId
string
status
enum<string>
Available options:
completed,
failed
documentType
string
result
object
creditsUsed
number