Skip to content
For Developers

Build with Ziron

APIs and SDKs to integrate our products into your systems.

Quick Start

Ziron Extract API

Transform documents into structured data

View documentation

Ziron Query API

Ask your data in human language

View documentation

Ziron Sync API

Know when your databases disagree

View documentation

Ziron Sense API

Your facility, instrumented

View documentation

Ziron Geo API

Spatial intelligence for industry

View documentation

Ziron Rank API

Fair, transparent, auditable scoring

View documentation

Ziron Vault API

Secrets that stay secret

View documentation

Ziron Audit API

Every action, recorded and immutable

View documentation

Ziron Auth API

Identity, verified and controlled

View documentation

Ziron Flow API

Processes that run themselves

View documentation

Ziron Whatsapp API

Critical updates, straight to the right WhatsApp

View documentation

Ziron Autoschema API

Databases that evolve without drama

View documentation

API Reference

Preview — SDK launching March 2025
example.ts
import { ZironClient } from '@ziron/sdk';

// Initialize the client
const client = new ZironClient({
  apiKey: 'your-api-key',
});

// Extract data from a document
const result = await client.extract.process({
  file: 'invoice.pdf',
  schema: 'invoice',
});

console.log(result.data);

RESTful API

Available March 2025

All Ziron products will expose a consistent REST API. Authentication will use API keys passed via headers.

Authorization: Bearer YOUR_API_KEY

Rate Limits (Planned)

Standard tier: 100 requests/minute
Enterprise tier: Custom limits available

Response Format

All endpoints will return JSON with consistent error handling and pagination support.

SDKs & Libraries

JS
JavaScript
Coming March 2025
PY
Python
Coming March 2025
GO
Go
Coming March 2025
RB
Ruby
Coming March 2025

System Status

In Development
Ziron Extract API
In Development
Ziron Query API
In Development
Ziron Sync API
In Development
Ziron Sense API
In Development
Ziron Geo API
In Development
Ziron Rank API
In Development
Ziron Vault API
In Development
Ziron Audit API
In Development
Ziron Auth API
In Development
Ziron Flow API
In Development
Ziron Whatsapp API
In Development
Ziron Autoschema API
In Development

Need help integrating?

Contact Support