Get Resume PDF Transcript
This endpoint allows you to get the transcript of a resume pdf for analysis purposes
Authorizations
Body
orgIdstringRequired
The organization ID
userIdstringRequired
The user ID
filestring · binaryRequired
The file to upload
Responses
200
Resume Text Extracted
application/json
400
Bad request
409
Conflict
post
POST /api/v1/resumeExtractText HTTP/1.1
Host:
Authorization: Bearer JWT
Content-Type: multipart/form-data
Accept: */*
Content-Length: 48
{
"orgId": "text",
"userId": "text",
"file": "binary"
}
{
"fileLocation": "text",
"data": "text"
}
Last updated