Using airbyte-api-python-sdk with airbyte.local

Python integration

Install
pip install airbyte-api-python-sdk
Quick start
import airbyte-api-python-sdk

# Set your API key
client = airbyte_api_python_sdk.Client(api_key="YOUR_API_KEY")
Health Check
curl \
  -H "Authorization: Bearer $API_KEY" \
  http://airbyte.local/v1/health
Returns the openapi specification
curl \
  -H "Authorization: Bearer $API_KEY" \
  http://airbyte.local/v1/openapi
SDK on GitHub 📄 API Docs
SDK
airbyte-api-python-sdk
Python
API
airbyte.local
airbyte.local:config
Other SDKs for airbyte.local
airbyte airbyte-api-java-sdk airbyte-sdk
At a glance
Language Python
Endpoints102
Base URLhttp://airbyte.local