cURL
curl --request POST \ --url https://public-api.cambio-ai.com/async/fetch \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "file_id": "<string>" } '
{ "markdown": {}, "pageCount": 123 }
This endpoint fetches the parsed content or status of a previously uploaded file.
Your API key.
The unique identifier of the file you want to check.
File parsed successfully
The parsed content in markdown format.
The number of pages in the result.