Drop this iframe anywhere on your website. Configure it via URL query parameters — see the options below.
<iframe src="https://your-site.com/widget/discovery?theme=light&buttonLabel=Check+coverage&title=Find+my+insurance&providerNpi=1999999984" style="width:100%;max-width:760px;height:1100px;border:0;border-radius:12px;" loading="lazy" title="Insurance Discovery" ></iframe>
| Param | Values | Purpose |
|---|---|---|
| theme | light | dark | auto | Color scheme |
| buttonLabel | string | Submit button text |
| title | string | Widget heading |
| description | string | Widget subheading |
| providerNpi | 10 digits | Prefill NPI |
| providerOrganizationName | string | Prefill org name |
| firstName / lastName | string | Prefill patient name |
| dateOfBirth | YYYY-MM-DD | Prefill DOB |
| gender | M | F | Prefill gender |
| ssn | 4 or 9 digits | Prefill SSN |
| address1, address2, city, state, postalCode | string | Prefill address |
All params are optional. URL-encode any values that contain spaces.