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": "jsmith@example.com", "integrationSource": "loxo", "externalId": "<string>" } '
{ "success": true, "identifier": "<string>" }
Create a new candidate
Documentation IndexFetch the complete documentation index at: https://docs.ropes.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.ropes.ai/llms.txt
Use this file to discover all available pages before exploring further.
The full name of the candidate
1
The email address of the candidate
loxo
Successfully created candidate
Whether the operation was successful
Unique identifier for the newly created candidate