Skip to main content

Authentication

All API requests require an API key passed in the x-api-key header:

Example Use Cases

Use Case 1: Check Coverage for a Procedure

Scenario: Verify if Aetna Commercial insurance covers CPT code 15823 (upper eyelid blepharoplasty). Step 1: Get Aetna Commercial lob_id
Response:
Step 2: Check if the line of business covers CPT 15823
Response:
Result: CPT 15823 is covered by Aetna Commercial under the Eyelid Surgery policy. The applicability field confirms this policy applies to all Aetna lines of business nationwide.
Set "include_code_groups": true in the request body to see all codes grouped by system and relationship type.

Use Case 2: Search Policies by Topic

Scenario: Search for policies related to “blepharoplasty” to understand coverage across payers.
Response:
Result: dedicated blepharoplasty policies rank first, ordered by relevance across publishers. The applicability field shows which payers, lines of business, and states each policy applies to.

Use Case 3: Query Historical Policy Versions

Scenario: Check what policies were active on a specific date, or retrieve all policy versions. Option A: Query policies active on a specific past date
Response:
Option B: Get all policy versions (including historical)
Response:
Result: By omitting date filters, you can see all versions of a policy, useful for tracking policy changes over time.
By default (omitting date filters), all policy versions are returned. Use effective_date and retired filters to narrow by date range or active status.