The endpoint will allow you to upload CV. This endpoint parse the file and will return the name, address, email and phone number of thc candidate
Resource Path
| Field | Description |
|---|
| filename | Name of the file |
| Field | Description |
|---|
| file | binary |
Response
| Field | Description |
|---|
| id | String : Unique ID of the file |
| name | String : Name parsed from the cv, if possible. |
| email | String : Email parsed from the cv, if possible. |
| phoneNumber | String : Phone number parsed from the cv, if possible |
| address | String : Address parsed from the cv is possible. |
| text | String : The content of the file |
'https://public-api.nextal.com/files?napikey=demo&ntenant=demo' \
-H 'accept: application/json, text/plain, */*' \
-H 'cache-control: no-cache' \
-H 'content-type: multipart/form-data; boundary=----WebKitFormBoundaryGZ8GcXuy3A33pJRC' \
-H 'filename: CV Mickael Dubois.pdf' \
-d '------WebKitFormBoundaryGZ8GcXuy3A33pJRC
Content-Disposition: form-data; name="file"; filename="CV Mickael Dubois.pdf"
Content-Type: application/pdf
------WebKitFormBoundaryGZ8GcXuy3A33pJRC--'