POST
/
async
/
fetch
Fetch parsed content or status
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
}

Authorizations

x-api-key
string
header
required

Headers

x-api-key
string
required

Your API key.

Body

application/json
file_id
string
required

The unique identifier of the file you want to check.

Response

File parsed successfully

markdown
object

The parsed content in markdown format.

pageCount
integer

The number of pages in the result.