Get Resume PDF Transcript

This endpoint allows you to get the transcript of a resume pdf for analysis purposes

Get text from a resume PDF

post
Authorizations
Body
orgIdstringRequired

The organization ID

userIdstringRequired

The user ID

filestring · binaryRequired

The file to upload

Responses
200
Resume Text Extracted
application/json
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