curl --location '/v1/extract-tables' \
--header 'Authorization: Bearer <token>' \
--form 'file=@""' \
--form 'formats="excel,html,markdown,json"'{
"success": true,
"data": {
"files": {
"excel": "https://d36og1p9lvqwg0.cloudfront.net/ocr/results/tbl789.xlsx",
"html": "https://d36og1p9lvqwg0.cloudfront.net/ocr/results/tbl789.html",
"markdown": "https://d36og1p9lvqwg0.cloudfront.net/ocr/results/tbl789.md",
"json": "https://d36og1p9lvqwg0.cloudfront.net/ocr/results/tbl789.json"
},
"confidence": 0.94
},
"credits_remaining": 40,
"processing_time": 4.108
}