FR

SDK

An official TypeScript SDK is planned — generated from the OpenAPI spec.

While waiting for the official SDK, you can use:

  • OpenAPI spec: /openapi.yaml or /openapi.json (directly servable)
  • Postman: /postman-collection.json — directly importable in Postman
  • Insomnia: import the OpenAPI spec above directly — Insomnia 2023+ natively supports OpenAPI 3.x
  • TypeScript types: generate locally with npx openapi-typescript https://api.capturia.io/openapi.yaml -o openapi-types.ts

Official SDK generation (typed clients with no config) is planned for a future phase.