Selda API
Build on top of Selda programmatically. The API lets you run the go-to-market pipeline and manage leads, campaigns, and messages from your own code or automations, authenticated with an API key, scoped to your organization.
Authenticate
Create an API key in the app (Settings → API keys, format sk_live_…) and send it as a Bearer token. Keys are org-scoped and can be revoked anytime.
Working in TypeScript? Use the
@selda/sdkclient instead of raw HTTP calls, same auth, fully typed.
What you can do
- Run the pipeline from a URL or an open-ended search (“find SaaS founders in Finland”).
- List / add / update leads, list campaigns and messages, read campaign stats.
- Check remaining credits.
→ Endpoints and payloads: HTTP API & webhooks reference.
Pipeline runs consume credits, the same as in the app.