Python API Client Launch

We’re excited to announce the launch of our official Bridge Python API Client!

What’s New

Bridge Python API Client (usebridge-api) is now available on PyPI, providing a Python client for seamless integration with the Bridge API.

Key Features

  • Type Safety: Full Python type hints with generated types from our API specification
  • Request/Response Validation: Built-in validation for all API requests and responses
  • Error Handling: Comprehensive error handling with detailed error messages
  • Modern Python: Async/await support with Pydantic models

Getting Started

Install the SDK:

$pip install usebridge-api

Check out our Python API Client documentation for installation guides, examples, and links to the API reference.