Authentication
Every request needs your credential key (find it in Settings → API Keys, prefixed ck_). There are two API surfaces:
- api.licensy.ai — primary API (reports, NPI lookup/search/create).
Pass the key as a bearer token: Authorization: Bearer <credential_key> - api.medicalsearch.licensy.ai — live-search API (runs scrapers against state boards).
Pass the key as a credential_key body parameter.
The credential key works directly — no login/JWT exchange step. JWTs are only for the web dashboard.