POST
/
extract_resume_key_value
curl --request POST \
  --url https://public-api.cambio-ai.com/extract_resume_key_value \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "file_content": "<string>",
  "file_type": "pdf"
}'
{
  "json": {},
  "pageCount": 123
}

Authorizations

x-api-key
string
header
required

Headers

x-api-key
string
required

Your API key.

Body

application/json

Response

200
application/json

Resume key-value extracted successfully

The response is of type object.