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.
File parsed successfully
The response is of type object.
object