FIGUID · API← Back to app
Developer API · v1

Put Click-to-Call inside your own CRM

Trigger masked calls, read call status & recordings, fetch AI call summaries, and manage contacts — directly from your software. Generate an API key in your dashboard, paste it below, and try every endpoint live.

Authentication

Every request needs two headers: your X-Api-Key and X-Api-Secret. Generate them in the app under API (the secret is shown once). Base URL:

https://figuid.com/api/v1
curl https://figuid.com/api/v1/me \
  -H "X-Api-Key: ck_live_xxxxxxxx" \
  -H "X-Api-Secret: cs_xxxxxxxx"

Calls are billed to your account and ring the agent's number first, then connect the customer through your virtual number — neither side sees the other's real number.

Playground

Paste your credentials once (kept only in this browser), then expand any endpoint and hit Send.

Stored locally in your browser only. Never share your secret.

Errors

Standard HTTP codes. Body is always JSON with an error field.

401 invalid API credentials   400 missing/invalid parameters
404 not found                 502 calling network error