Create Job Profile Data for a Job
Submit new Job Profile Data information to initialise the Job inside the Skill Engine API.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The unique Job ID in your system, consisting of alphanumeric characters, hyphens and underscores.
Required string length:
1 - 100
Query Parameters
The language of the input data, which has an impact on the Skill extraction. auto
will automatically detect the language used in the provided data.
Available options:
auto
, nl
, fr
, en
, de
Body
application/json
Default structure for Job Profile Data.
The unique ID in your system, consisting of alphanumeric characters, hyphens and underscores.
Required string length:
1 - 100
Type of the Job Profile Data.
Available options:
job_description
, job_title
, vacancy
, skill_notes
The source of the Job Profile Data.
Required string length:
1 - 255
The content of the Job Profile Data. The content should align with the data_type
.
Was this page helpful?