Get started
Quickstart
Make your first authenticated request in under five minutes.
1. Get an API key
In the app, open Support & Billing → Access & tokens (Admin) and create an API key. Keys are workspace-scoped and shown once — store it securely, server-side.
2. Make a request
List the contacts in your workspace:
GET/v1/contacts
3. Read the response
4. Capture a contact
Create a contact from a scanned card or parsed signature. Capture writes are immediate; downstream actions (outreach, enrichment) stay gated behind your confirmation.
POST/v1/capture
Never embed API keys in client-side code. Call the API from your server, and treat keys like passwords.
Next: Authentication · API Reference