> ## Documentation Index
> Fetch the complete documentation index at: https://stedi.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# The Stedi clearinghouse

> Automate transactions with APIs that support thousands of payers

## Eligibility & benefits

Reliably determine eligibility and coordination of benefits, even when patients can't provide accurate insurance information.

<CardGroup cols={2}>
  <Card title="Send eligibility checks" icon="check-to-slot" href="/healthcare/send-eligibility-checks">
    Submit 270/271 eligibility checks through the Stedi portal or API in either JSON or X12 EDI.
  </Card>

  <Card title="Check coordination of benefits" icon="clipboard" href="/healthcare/coordination-of-benefits">
    Identify coverage overlap and determine payer responsibility for claims (primacy).
  </Card>

  <Card title="Find patient coverage" icon="magnifying-glass" href="/healthcare/insurance-discovery">
    Find active health plans using the patient's demographic data.
  </Card>

  <Card title="API Docs" icon="code" href="/api-reference/healthcare/post-healthcare-eligibility">
    Full reference for our Eligibility, Coordination of Benefits, and Insurance Discovery APIs.
  </Card>
</CardGroup>

## Claims processing

Submit 837P professional, 837I institutional, and 837D dental claims and 276/277 real-time claim status checks in both JSON and X12 EDI.

<CardGroup cols={2}>
  <Card title="Submit claims" icon="check-to-slot" href="/healthcare/submit-professional-claims">
    Send claims to payers through the API, an SFTP connection, or the Stedi portal.
  </Card>

  <Card title="Retrieve claim responses" icon="inbox-in" href="/healthcare/receive-claim-responses">
    Retrieve processed 277CA claim acknowledgments and 835 ERAs from Stedi.
  </Card>

  <Card title="Check claim status" icon="check" href="/healthcare/check-claim-status">
    Determine the processing status of existing claims in real time.
  </Card>

  <Card title="API Docs" icon="code" href="/api-reference/healthcare/post-healthcare-claims">
    Full reference for our Claims, Claim Status, and Reports (277CA and ERA) APIs.
  </Card>
</CardGroup>
