SureshakeDocs
ApiEndpoints

Search Endpoints

Cross-domain search for candidates, entities, and skills.

Search endpoints provide unified access to global platform discovery.

Search Candidates

Perform a high-performance search for candidates based on skills, roles, or natural language queries.

POST/api/v1/search/candidates
curl -X POST \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-d '{"query": "engineer", "limit": 10}' \
https://api.sureshake.com/api/v1/search/candidates

Get Suggestions

Retrieve auto-complete suggestions for specific fields like skills or titles.

GET/api/v1/search/suggestions
curl -H "Authorization: Bearer $TOKEN" https://api.sureshake.com/api/v1/search/suggestions?field=skills&query=Type

On this page