For Developers
Build with Ziron
APIs and SDKs to integrate our products into your systems.
Quick Start
API Reference
Preview — SDK launching March 2025
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 2025All 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 PY
Python GO
Go RB
Ruby 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