cURL
curl --request GET \ --url https://api.anyformat.ai/jobs/{id}/ \ --header 'X-API-Key: <api-key>'
{ "id": "<string>", "status": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "processed_at": "2023-11-07T05:31:56Z", "results": {}, "verification_url": "<string>" }
Get details of a specific extraction job
API key authentication. Add your API key with the X-API-Key header.
X-API-Key
Show child attributes