Quickstart
From zero to first call in 3 steps.
1
Try without an account
The /preview endpoint returns 10 live rows. No auth, no signup.
curl https://api.startupdata.com/v1/founders/preview
2
Get an API key
Sign up, hit Settings โ API Keys, generate. Keys are scoped per workspace.
export SD_API_KEY=sk_live_โฆ
3
Make your first authenticated call
Pass the key as a Bearer token. All endpoints use the same auth.
curl https://api.startupdata.com/v1/founders \
-H "Authorization: Bearer $SD_API_KEY" \
-G --data-urlencode "stage=series_a"
Reference
All endpoints
Ready to build?
Start with the preview endpoint or get an API key. No credit card required.
Get started โ