Skip to content
Planned API — pre-launch

API Reference

The DialerGPT API is in development. The shape below is what we're building toward — not a live endpoint. Join the waitlist to be notified when programmatic access opens up.

Planned shape

We expect the API to expose three core resources: scenarios (the buyer personas reps practice against), sessions (an individual rep's attempt at a scenario), and scorecards (the rubric the manager coaches from). Authentication will use bearer tokens scoped to a workspace.

Example request (illustrative)

// Planned shape — not yet live

curl

https://api.dialergpt.com/v1/sessions \

-H "Authorization: Bearer YOUR_API_KEY" \

-d '{"scenario_id": "objection-pricing", "rep_id": "alex"}'

Roadmap

  • Public REST endpoints for sessions and scorecards.
  • Webhook callbacks when a session completes.
  • CRM-side integrations (HubSpot, Salesforce) as a thin layer over the API.
  • SDKs for the most-requested language (likely TypeScript and Python).