Developer Preview
Developer API
Integrate Radiatus Tools directly into your workflow. Access 628+ privacy-first tools programmatically.
Coming Soon in Q2 2026
We are building a robust, privacy-first API for enterprise users. Programmatically access our calculation engines, formatters, and generators.
Planned Features
API Key Auth
Secure API key authentication with rate limiting and usage analytics.
RESTful Endpoints
Clean REST API for all 628+ tools with JSON input/output.
Privacy First
No data retention. Your inputs are processed and immediately discarded.
Low Latency
Sub-100ms response times with global edge deployment.
SDKs & Libraries
Official SDKs for Python, Node.js, Go, and more.
Full Documentation
Interactive API docs with examples and playground.
example.py
import radiatus
# Initialize client with your API key
client = radiatus.Client("your-api-key")
# Format JSON
result = client.tools.json_formatter({
"input": '{"name":"radiatus","version":2}',
"indent": 4
})
print(result.output) # Formatted JSON