GuidesAPI EndpointsAPI Changelog
Live AI Demo
API Endpoints

🧠 Parse a Resume in a Source

This endpoint allows you to Parse a Resume and create a Profile from it.

Body Params
string
required

The key (identifier) of the Source to which the Profile will be added.

file
required

Profile's file resume in binary format

string

Profile's unique identifier, it is used when you want to override an existing Parsing object.

string

Reference to assign as a profile identifier. You can only have a unique Reference value per Source.

string

The file content type (for example: application/pdf)

tags
array of objects

Attach a list of searchable tags to the Profile.

tags
metadatas
array of objects

Attach a list of metadatas to the Profile.

metadatas
labels
array of objects

Attach a list of searchable labels to the Profile.

labels
date

ISO Date Time Format yyyy-MM-dd'T'HH:mm:ss.SSSXXX — for example, "2000-10-31T01:30:00.000-05:00". It associates a creation date to the profile (ie: this can be for example the original date of the application of the profile). If not provided the creation date will be now by default.

boolean
Defaults to false

Turn to 1 to get the raw parsing object.

Headers
string
Defaults to multipart/form-data
Responses

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json