Logo
Arca24's Public API Documentation

S.E.M. 24

Number of APIs: 21


Using S.E.M. you can benefit from Artificial Intelligence and Machine Learning in order to optimize the entire selection process for the best talents in your ATS.

Visit owr website on https://www.arca24.com/ or contact us at sales@arca24.com

Our API is organized around REST. You can use our API to access endpoints, which can get and post information to get S.E.M. integrated in your platform!

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


1. Semantic - Full semantic

POST https://sem-ws.arca24.careers/v.1/sem/all



2. Token - Create an access token

POST https://sem-ws.arca24.careers/v.1/token



3. Token - Check if the access token is still valid

GET https://sem-ws.arca24.careers/v.1/token



4. Parser - Image parser simple

POST https://sem-ws.arca24.careers/v.1/imgparser/simple



5. Parser - Image parser full

POST https://sem-ws.arca24.careers/v.1/imgparser/full



6. Parser - CV parser

POST https://sem-ws.arca24.careers/v.1/cvparser



7. Parser - Webhook response cv v.2 - anonymous summary

POST {{webhook}}



8. Parser - CV parser v.2 - personal data

POST https://sem-ws.arca24.careers/v.2/cvparser/personal



9. Parser - CV parser v.2 - professional data

POST https://sem-ws.arca24.careers/v.2/cvparser/professional



10. Parser - CV parser v.2 - spoken languages

POST https://sem-ws.arca24.careers/v.2/cvparser/languages



ENDPOINTS