SuperDial website screenshot

SuperDial

SuperDial builds voice AI agents that automate high-friction administrative phone calls in healthcare revenue cycle management. Its agents place outbound calls from providers, billing teams and RCM companies to insurance payers — navigating IVR phone trees, holding, and conducting live conversations with payer representatives — and return structured, auditable results. Common workflows include benefits verification, prior authorization, claim status, provider data validation, and credentialing and enrollment outreach. The SuperDial API exposes this as an asynchronous job API: a client submits a "request" against an account-provisioned schema, SuperDial fulfills it across digital and phone modalities, and delivers the structured result by signed webhook or polling. Founded in 2021 in San Francisco as SuperBill by Stanford classmates Sam Schwager and Harrison Caruthers, the company raised a $15M Series A led by SignalFire in 2025.

SuperDial publishes 3 APIs on the APIs.io network: Authentication API, Requests API, and Schemas API. Tagged areas include Company, Healthcare, Revenue Cycle Management, Voice AI, and Insurance.

The SuperDial catalog on APIs.io includes 1 event-driven AsyncAPI specification.

SuperDial’s developer surface includes documentation, API reference, getting-started guide, engineering blog, signup flow, authentication, sandbox, and 23 more developer resources.

46.9/100 developing ▬ flat Agent 42/100 agent native Front door AI 4/6 moderate Full breakdown ↓
scored 2026-09-20 · rubric v0.22.0
AccessApproval
1 APIs 1 MCP Servers
CompanyHealthcareRevenue Cycle ManagementVoice AIInsuranceArtificial IntelligenceClaimsPrior AuthorizationBenefits VerificationAutomation

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-20 · rubric v0.22.0
Regulatory Posture applies to this provider. Its tags matched the Insurance regime, so Regulatory Posture carries 15 points of the composite. If this regime is wrong for your business, say so on your provider repo — the applicability map is public and we will correct it.
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
The six quality facets above are damped to 75 points between them, because the conditional facet above carries the other 25. That is why each facet's contribution is shown against a damped maximum: raising a quality facet moves the composite by 75% of its nominal weight, not 100%. The full arithmetic is at apis.io/rating/.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/superdial: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 3

Individual APIs this provider publishes, each with its own machine-readable definition.

SuperDial Authentication API

SuperDial employs Bearer Authentication. Fetch a bearer token using your API Key and API Secret, then pass it as `Authorization: Bearer ` on subsequent calls.

SuperDial Requests API

Endpoints for creating and reading requests (structured data extraction jobs). All non-2xx responses use the uniform `{error, message, [details]}` envelope (see the `ApiError` s...

SuperDial Schemas API

Discover the schemas provisioned for your account and the required input keys for each. All non-2xx responses use the uniform `{error, message, [details]}` envelope (see the `Ap...

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

SuperDial API Documentation MCP Server

SuperDial publishes a hosted, remote MCP server on its documentation host. It answers an anonymous `tools/list` and exposes three tools. IMPORTANT: this is a DOCUMENTATION MCP s...

MCP SERVER

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Superdial Rate Limits

0 limits

RATE LIMITS

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Superdial Authentication

apiKey/http · 3 schemes

SECURITY

Superdial Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Superdial Trust Center

trust center published

SECURITY

Resources

Get Started 4

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 4

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 6

Pagination, idempotency, versioning, errors, and events

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 4

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Other 2

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: superdial
name: SuperDial
description: 'SuperDial builds voice AI agents that automate high-friction administrative phone calls in healthcare revenue
  cycle management. Its agents place outbound calls from providers, billing teams and RCM companies to insurance payers —
  navigating IVR phone trees, holding, and conducting live conversations with payer representatives — and return structured,
  auditable results. Common workflows include benefits verification, prior authorization, claim status, provider data validation,
  and credentialing and enrollment outreach. The SuperDial API exposes this as an asynchronous job API: a client submits a
  "request" against an account-provisioned schema, SuperDial fulfills it across digital and phone modalities, and delivers
  the structured result by signed webhook or polling. Founded in 2021 in San Francisco as SuperBill by Stanford classmates
  Sam Schwager and Harrison Caruthers, the company raised a $15M Series A led by SignalFire in 2025.'
url: https://raw.githubusercontent.com/api-evangelist/superdial/refs/heads/main/apis.yml
accessModel:
  pricing: unknown
  onboarding: approval
  trial: false
  try_now: false
  public: false
  label: Requires approval
  confidence: medium
  source:
  - plans
  - authentication
  - rate-limits
  - security
  - sandbox
  generated: '2026-09-03'
  method: derived
image: https://cdn.prod.website-files.com/6a295c5ee7351e54c6d2a237/6a66f67df4c11ba71463b5e3_OG%20Superdial%20v2.png
x-type: company
x-source: harvest:secondary-market
specificationVersion: '0.20'
created: '2026-08-29'
modified: '2026-08-29'
tags:
- Company
- Healthcare
- Revenue Cycle Management
- Voice AI
- Insurance
- Artificial Intelligence
- Claims
- Prior Authorization
- Benefits Verification
- Automation
apis:
- aid: superdial:superdial-authentication-api
  name: SuperDial Authentication API
  description: 'SuperDial employs Bearer Authentication. Fetch a bearer token using your API Key and API Secret, then pass
    it as `Authorization: Bearer <token>` on subsequent calls.'
  humanURL: https://docs.superdial.com/introduction
  baseURL: https://robodialer-service-api-9nc4t1p9.uc.gateway.dev
  tags:
  - Authentication
  properties:
  - type: OpenAPI
    url: openapi/superdial-authentication-api-openapi.yml
  - type: Documentation
    url: https://docs.superdial.com/introduction
  - type: APIReference
    url: https://docs.superdial.com/api-reference/requests/create-a-request
  - type: Webhooks
    url: asyncapi/superdial-requests-webhooks.yml
  - type: DataModel
    url: data-model/superdial-data-model.yml
- aid: superdial:superdial-requests-api
  name: SuperDial Requests API
  description: Endpoints for creating and reading requests (structured data extraction jobs). All non-2xx responses use the
    uniform `{error, message, [details]}` envelope (see the `ApiError` schema).
  humanURL: https://docs.superdial.com/introduction
  baseURL: https://robodialer-service-api-9nc4t1p9.uc.gateway.dev
  tags:
  - Requests
  properties:
  - type: OpenAPI
    url: openapi/superdial-requests-api-openapi.yml
  - type: Documentation
    url: https://docs.superdial.com/introduction
  - type: APIReference
    url: https://docs.superdial.com/api-reference/requests/create-a-request
  - type: Webhooks
    url: asyncapi/superdial-requests-webhooks.yml
  - type: DataModel
    url: data-model/superdial-data-model.yml
- aid: superdial:superdial-schemas-api
  name: SuperDial Schemas API
  description: Discover the schemas provisioned for your account and the required input keys for each. All non-2xx responses
    use the uniform `{error, message, [details]}` envelope (see the `ApiError` schema).
  humanURL: https://docs.superdial.com/introduction
  baseURL: https://robodialer-service-api-9nc4t1p9.uc.gateway.dev
  tags:
  - Schema
  tags_raw:
  - Schemas
  properties:
  - type: OpenAPI
    url: openapi/superdial-schemas-api-openapi.yml
  - type: Documentation
    url: https://docs.superdial.com/introduction
  - type: APIReference
    url: https://docs.superdial.com/api-reference/requests/create-a-request
  - type: Webhooks
    url: asyncapi/superdial-requests-webhooks.yml
  - type: DataModel
    url: data-model/superdial-data-model.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Overlay
  url: overlays/superdial-api-overlay.yaml
- type: Website
  url: https://www.superdial.com/
- type: DeveloperPortal
  url: https://docs.superdial.com/introduction
- type: Documentation
  url: https://docs.superdial.com/introduction
- type: APIReference
  url: https://docs.superdial.com/api-reference/requests/create-a-request
- type: GettingStarted
  url: https://docs.superdial.com/guides/creating-a-request
- type: Blog
  url: https://www.superdial.com/blog
- type: SignUp
  url: https://app.thesuperbill.com/super-dial-sign-in
- type: TermsOfService
  url: https://www.superdial.com/terms
- type: PrivacyPolicy
  url: https://www.superdial.com/privacy
- type: TrustCenter
  url: https://app.vanta.com/thesuperbill.com/trust/yxpg5guedf5rle15cka4ab
- type: Compliance
  url: security/superdial-trust-center.yml
- type: Authentication
  url: authentication/superdial-authentication.yml
- type: Conventions
  url: conventions/superdial-conventions.yml
- type: Idempotency
  url: conventions/superdial-conventions.yml
- type: ErrorCatalog
  url: errors/superdial-problem-types.yml
- type: ErrorCodes
  url: errors/superdial-error-codes.yml
- type: Lifecycle
  url: lifecycle/superdial-lifecycle.yml
- type: Sandbox
  url: sandbox/superdial-sandbox.yml
- type: Plans
  url: plans/superdial-plans-pricing.yml
- type: RateLimits
  url: rate-limits/superdial-rate-limits.yml
- type: Packages
  url: packages/superdial-packages.yml
- type: Conformance
  url: conformance/superdial-conformance.yml
- type: DomainSecurity
  url: security/superdial-domain-security.yml
- type: WellKnown
  url: well-known/superdial-well-known.yml
- type: LLMsTxt
  url: llms/superdial-llms.txt
- type: MCPServer
  url: mcp/superdial-mcp.yml
- type: ToolCrosswalk
  url: mcp/superdial-tool-crosswalk.yml
- type: AgentCard
  url: a2a/superdial-a2a.yml
- type: AgentSkill
  url: skills/_index.yml
x-enrichment:
  date: '2026-08-29'
  status: enriched
  artifacts_added: 24
  pass: local-v1

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/superdial"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/superdial/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/superdial/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.