Whitetable
API Documentation
FIT API 1 - Create FIT Job
The Create FIT Job API processes a job description (JD) and optimizes it for effective resume matching. It parses, analyzes, and standardizes the JD to ensure compatibility with subsequent matching algorithms.
POST
https://apis.whitetable.ai/rank/initFit
Authentication
Authentication token that must be included in the request headers for authentication purposes. The client must securely store and manage this token, which is required to access protected API endpoints. The token should be sent in the following format:
token: <your-token-here>
Security Requirements:
The client is responsible for securely storing the token, using secure mechanisms (e.g., encrypted storage)
Do not hardcode or expose the token in client-side code or publicly accessible files
The server will return a 401 Unauthorized error if
The token is missing, expired, or invalid
The token does not meet the required policy for the requested resource
Body
jd
string
Required
A string containing the job description, which the API uses to extract critical and good to have requirements
{
"jd": "{JOB_DESCRIPTION}"
}
FIT API 2 - FIT Score
Sample Request
cURL
Copy
curl -X POST https://apis.whitetable.ai/rank/initFit
-H 'token: {AUTH_TOKEN}'
-H 'Content-Type: application/json'
-d {"jd":"{JOB_DESCRIPTION}"}
Sample Response
CONTENT TYPE
application/json
Copy
{
"fitJobId": "999999999999999999999999"
}
"When you see a problem in the world, and perhaps you are the only one who does, take the initiative to be the solution."
Copyright © 2023
Desert Tree Pvt Ltd.
All Rights Reserved