CVideo
Number of APIs: 10
CVideo is a web platform to record automated video-interviews; it is an effective tool that enables recruiters to easily select applicants without losing any precious time. It is accessible from all devices and it helps preselect those applicants whom are worth being interviewed personally. The platform suits both companies and job agencies, supporting them with a fast and smart selection.
Create you profile now on https://www.arca24.com/cvideo/
Our API is organized around REST. You can have CVideo integrated in your platform using our API to access endpoints, get and post information.
All responses 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
-
Token - Create an access token POST https://cvideo.arca24.careers/ws/v.1/token
-
Sessions - Get the status of open sessions GET https://cvideo.arca24.careers/ws/v.1/session/
-
Candidates - Invite a candidate in a session POST https://cvideo.arca24.careers/ws/v.1/session/{{session_id}}/candidate
-
Candidates - Solicit a candidate PUT https://cvideo.arca24.careers/ws/v.1/session/{{session_id}}/candidate/{{candidate_id}}
-
Candidates - Get the CVideo of a candidate in a session GET https://cvideo.arca24.careers/ws/v.1/session/{{session_id}}/candidate/{{candidate_id}}
-
Sessions - Get the status of all the candidates in a session GET https://cvideo.arca24.careers/ws/v.1/session/{{session_id}}/candidate
-
Token - Check if the access token is still valid GET https://cvideo.arca24.careers/ws/v.1/token
-
Company - SSO in the main page GET https://cvideo.arca24.careers/ws/v.1/iframe
-
Company - SSO in the "create a new session" page GET https://cvideo.arca24.careers/ws/v.1/iframe/newsession
-
Sessions - Get sessions GET https://cvideo.arca24.careers/ws/v.1/value/session