GET /resume/:resumeID

GET Resume (JSON format) from Resume ID

Get specific resume in JSON format

GET https://open-api.rezi.ai/v1/resume/:resumeID

Path Parameters

Name
Type
Description

resumeID*

String

Resume ID

Query Parameters

Name
Type
Description

listType

String

"array" or null to get the id of section Item. See Resume Object for more information

Headers

Name
Type
Description

Authentication*

String

"Bearer PRIVATE_TOKEN_API_KEY" Authentication token to secure and track down your usage. Use this specific format with your Private API key

{
    "status": "success",
    "data": resumeObject
}

Last updated