https://api.natural.co.
Most integrations should not start with raw REST. Want Claude or ChatGPT to send payments for
you, no code? Use the MCP server. Building an app or service — including a
Python or TypeScript backend? Use an SDK. Working from a terminal, CI
job, or command-capable coding-agent harness? Use the CLI. Reach for the
REST API directly only when no SDK covers your language or you need request-level control.
Choosing your integration →
When to call the REST API directly
Use the REST API directly when:- You’re on a language with no official SDK — the SDKs cover Python and TypeScript.
- You need request-level control the SDKs don’t expose.
- You’re exploring or debugging with
curl.
Making a request
Every request carries an API key in theAuthorization header:
Reference
The full endpoint reference is auto-generated from the OpenAPI spec — see API Reference. The raw spec, for code generation and tooling, is atopenapi.json.
Related
- SDKs — Python and TypeScript client libraries
- MCP — Connect Claude, Cursor, and other AI hosts to Natural
- CLI — For terminal and CI use
- Authentication — API keys: format, scopes, security