cURL
curl --request POST \ --url https://api.ropes.ai/api/public/candidates/new \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "<string>", "email": "[email protected]" } '
{ "success": true, "identifier": "<string>" }
Create a new candidate
The full name of the candidate
1
The email address of the candidate
Successfully created candidate
Whether the operation was successful
Unique identifier for the newly created candidate