Skip to main content
This guide walks you through generating your first API key and making your first call to the Cutshort API. By the end, you will have searched for candidates by skill and received a JSON response with matching engineer profiles.
1

Create your Cutshort account

Sign up at cutshort.io. Once logged in, navigate to Settings → Integrations → API Keys to access your developer credentials.
2

Generate an API key

Click New API Key, give it a descriptive name (for example, My Integration), and copy the key immediately. Store it in a secure location such as a password manager or secrets vault — it will not be shown again.
Keep your API key secret. Never commit it to source control or expose it in client-side code. Treat it with the same care as a password.
3

Make your first API call

Call the candidates search endpoint to find Python engineers with at least 3 years of experience. Replace YOUR_API_KEY with the key you generated above.
4

Review the response

A successful request returns a paginated JSON object containing matching candidate profiles:
Next, explore the full Candidates Search API reference to filter by location, salary range, notice period, and more.