Resume scanner

You can get the overview of a resume along with important questions to assess candidates using the docId of the PDF. To get docId upload the PDF first.

The resume result will not be saved as a Chat. To save your chat history use chat API

Invoice

Resume scanner

POST https://pdf.ai/api/v1/resume

Assess candidate resume using their docId

Headers

NameTypeDescription

X-API-Key*

string

<API-key>

Request Body

NameTypeDescription

docId*

string

Document ID obtained after uploading PDF

message

string

You can add a specific question or leave it empty

{
    "content": "This is the overview of the candidate's resume"
}

Last updated