API schema
Last updated
Last updated
GET /api/v1/invoice/text-blocks?inv_key=123e4567-e89b-12d3-a456-426614174000&page_number=1 HTTP/1.1
Accept: */*
GET /api/v1/poll-invoice/blocks?inv_key=123e4567-e89b-12d3-a456-426614174000 HTTP/1.1
Accept: */*
GET /api/v1/batch/download-urls?poll_key=123e4567-e89b-12d3-a456-426614174000 HTTP/1.1
Accept: */*
{
"file_name": "text",
"documents_in_file": [
{
"file_name": "text",
"url": "text"
}
]
}GET /api/v1/batch/poll-document?poll_key=123e4567-e89b-12d3-a456-426614174000 HTTP/1.1
Accept: */*
{
"status": "IN_PROGRESS",
"results": [
{
"extraction_id": "123e4567-e89b-12d3-a456-426614174000",
"results": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
],
"error": "text"
}