Official SDK
The Centure Node.js SDK provides type-safe TypeScript support with built-in request/response validation.Use the official Node.js SDK for TypeScript and JavaScript projects to get automatic type inference and validation.
Generate Your Own Client
The Centure API follows the OpenAPI 3.0 specification. Generate a client in any language using the OpenAPI spec:Common Generators
- Node.js/TypeScript
- Python
- Go
- Java/Kotlin
- Ruby
- PHP
- C#
- Rust
openapi-typescript-codegenopenapi-generator-cli
Generator Documentation
OpenAPI Generator
Supports 50+ languages and frameworks
openapi-typescript-codegen
TypeScript-focused generator with type inference
openapi-python-client
Modern Python client with type hints
oapi-codegen
Go client generator with native types
Authentication
All generated clients require Bearer token authentication. Configure your client with your API key from the Centure Dashboard.API keys have project-level permissions. Store them in environment variables and never commit them to version control.

