What it covers
Sourcing
Create sourcing campaigns and list the ones your workspace owns.
Candidates
Add talents to a sourcing, read and update candidates, and enrich their contact details.
Sequences
Create outreach blueprints, start sequences for candidates, and follow their progress.
What it assumes
- A workspace that your team uses in the Kalent app, with an active Kalent subscription. Sourcings, candidates, and sequences live in that workspace; routes such as create sourcing answer
402 plan_upgrade_requiredwhen the subscription does not include the capability. - An API key for that workspace; see Authentication.
- API credits for the routes that spend them, such as contact enrichment.
Same key, same credits as the Embedded API
The Embedded API covers talent search, qualified search, and LinkedIn contact enrichment without any dependency on the app. Both APIs authenticate with the same workspace API key and spend the same API credits. A common pattern is to find talents with the Embedded API, then add the ones you keep to a sourcing with the Platform API so your recruiters take over in the app.Next steps
- Read Authentication and Non-deterministic results.
- Create a sourcing with
POST /v1/sourcings, then add a talent withPOST /v1/sourcings/{sourcingId}/candidates. - Import the Postman collection: its Sourcing, Candidates, and Dynamic sequences folders follow the same order.

