cURL
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 }
Retrieve the status and result of an extraction.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Extraction details
completed
failed
Show child attributes