Python
- Fully typed (Pydantic models), sync and async (
client.deals.list_deals/list_deals_async), resource groups mirroring this API’s sections:network,deals,founders,research,portfolio,funds,webhooks. - Auth from
ORIGINALIS_API_KEY, or pass the key explicitly. - Source: github.com/Project-Originalis/originalis-python-sdk — regenerated automatically from the live OpenAPI spec, so it always matches the deployed API.
Other languages
The machine-readable contract at/api/v1/openapi.json
(OpenAPI 3.1) works with any generator. For TypeScript,
hey-api produces an excellent typed client in
minutes: