ToolYour

ToolYour

API Docs

ATS gap from resume file

POST
/api/v1/text-intelligence/ats-gap-file

Authorization

ApiKeyAuth
X-Api-Key<token>

API key created via POST /api/v1/api-keys (shown once at creation)

In: header

Request Body

multipart/form-data

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/api/v1/text-intelligence/ats-gap-file" \  -F jobDescription="string" \  -F resume="string"
{  "status": true,  "result": {},  "warnings": [    "string"  ]}
{  "message": "string",  "detail": "string",  "status": false,  "code": 0,  "error": "string"}
Empty
{  "message": "string",  "detail": "string",  "status": false,  "code": 0,  "error": "string"}
Empty
Empty