API Client
Bridge provides official API clients for TypeScript and Python. Both SDKs are generated from our OpenAPI specification and offer type-safe methods, automatic authentication, and consistent error handling.
Choose the guide for your stack:
TypeScript
npm package @usebridge/api — Node.js and browser-friendly client with full TypeScript types.
Python
PyPI package usebridge-api — Python client with type hints and Pydantic models.
Shared capabilities
Both clients support:
- Authentication: API key configuration with automatic token handling
- Environments: Production and Sandbox for each client
- Generated resources: Patients, policies, eligibility, and other Bridge API resources
- Validation: Request and response validation aligned with the API specification