{
"status": "success",
"user_id": "user_123",
"tier": "premium",
"file": "string",
"extracted_data": {
"property1": "string",
"property2": "string"
},
"schema_json": {
"property1": "string",
"property2": "string"
},
"tables": [
[
{
"property1": "string",
"property2": "string"
}
]
],
"results": [
{
"file": "doc.pdf",
"extracted_data": {
"property1": "string",
"property2": "string"
},
"schema_json": {
"property1": "string",
"property2": "string"
},
"tables": [
[
{
"property1": "string",
"property2": "string"
}
]
],
"storage": {
"pdf_url": "string",
"metadata_url": "string",
"tables_url": "string",
"complete_url": "string"
}
}
],
"storage": {
"pdf_url": "string",
"metadata_url": "string",
"tables_url": "string",
"complete_url": "string"
},
"credits": {
"deducted": 1,
"remaining": 99
},
"message": "Document stored in Google Cloud Storage"
}