curl --location '/v1/extract-generic' \
--header 'Authorization: Bearer <token>' \
--form 'file=@""' \
--form 'formats="html,markdown,json"'{
"success": true,
"data": {
"files": {
"html": "https://d36og1p9lvqwg0.cloudfront.net/ocr/results/abc123.html",
"markdown": "https://d36og1p9lvqwg0.cloudfront.net/ocr/results/abc123.md",
"json": "https://d36og1p9lvqwg0.cloudfront.net/ocr/results/abc123.json"
},
"confidence": 0.97
},
"credits_remaining": 41,
"processing_time": 3.512
}