JobArch | ATS
Number of APIs: 15
JobArch is a simple and powerful Applicant Ranking System (ARS) that allows effective and inexpensive recruitment and selection, within everyone’s reach. It is the modern version of a traditional ATS, based on Artificial Intelligence designed for the HR sector, able to read skills in CVs and requirements in job offers and perform an automatic “matching” between the two, by automatically ranking applicants’ profiles with searches. In this way, pre-screening is directly performed by the system.
Create you profile now on https://www.jobarch.com/ \ You can find this API on https://zapier.com/apps/jobarch/integrations too!
Our API is organized around REST. You can have JobArch integrated in your platform using our API to access endpoints, get and post information.
All response are in JSON format.
The errors are expressed using HTTP response status codes: * 200: ok * 400: Bad Request - check the data you sent * 401: Unauthorized - The access token has expired or the credentials are incorrect * 50x: Server error responses - please contact us
-
Values - Get values | Region GET https://ws.jobarch.com/v.api.1/value/country/{{country_id}}
-
Values - Get values | Career level GET https://ws.jobarch.com/v.api.1/value/career
-
Values - Get values | Role GET https://ws.jobarch.com/v.api.1/value/role
-
Jobs - Get the list of all the job ads GET https://ws.jobarch.com/v.api.1/list/job
-
Values - Get values | Country GET https://ws.jobarch.com/v.api.1/value/country
-
Jobs - Create a new job ad POST https://ws.jobarch.com/v.api.1/job
-
Jobs - Update a job ad PUT https://ws.jobarch.com/v.api.1/job/{{job_id}}
-
Jobs - Get the status of a job ad GET https://ws.jobarch.com/v.api.1/job
-
Candidates - Get the top 100 candidates referred tio a job ad GET https://ws.jobarch.com/v.api.1/list/candidate/{{job_id}}
-
Session - Start a session POST https://ws.jobarch.com/v.api.1/session