curl --location --request POST 'https://docextract.in/misc/get-extraction-results' \
--header 'authorization: Api-Key sk_123456789abcdefgh9876543210mnopqrstuvwxyz012345' \
--form 'filename=""'{
"status": "success",
"fileName": "doc.pdf",
"extracted_data": {
"property1": "string",
"property2": "string"
},
"schema_json": {
"property1": "string",
"property2": "string"
},
"tables": [
[
{
"property1": "string",
"property2": "string"
}
]
],
"extracted_text": "string"
}