cURL
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 }
This API endpoint extracts key-value pairs from the uploaded resume and returns the content in json format.
Your API key.
Resume key-value extracted successfully
The response is of type object.
object