v1 · Public API
The Spotium API.
B2B data, one request away.
Search and enrich people and companies with a clean REST API. Bearer auth, JSON in, JSON out, credit-based pricing.
enrich a contactbash
curl https://api.spotium.app/v1/people/enrich \
-H "Authorization: Bearer $SPOTIUM_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"fullName": "Jane Doe",
"company": "Acme Inc",
"revealPhone": false
}'Search & enrich
Four endpoints covering people and company discovery and enrichment.
Fast & predictable
Sub-second search, deterministic credit costs per call.
Simple auth
Bearer tokens scoped per key. Rotate or revoke from the dashboard.
Try it inline
Every endpoint page has a live request panel — send calls with your own key.
Ready to build?
Grab a key from the Spotium dashboard and make your first call in under a minute.
Start the quickstart