This endpoint allows you to get the transcript of a resume pdf for analysis purposes
Last updated 8 months ago
The organization ID
The user ID
The file to upload
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" }
Resume Text Extracted
{ "fileLocation": "text", "data": "text" }