api Developer Preview

Developer API

Integrate Radiatus Tools directly into your workflow. Access 628+ privacy-first tools programmatically.

science

Coming Soon in Q2 2026

We are building a robust, privacy-first API for enterprise users. Programmatically access our calculation engines, formatters, and generators.

rocket_launch Planned Features

key

API Key Auth

Secure API key authentication with rate limiting and usage analytics.

bolt

RESTful Endpoints

Clean REST API for all 628+ tools with JSON input/output.

shield

Privacy First

No data retention. Your inputs are processed and immediately discarded.

speed

Low Latency

Sub-100ms response times with global edge deployment.

code

SDKs & Libraries

Official SDKs for Python, Node.js, Go, and more.

menu_book

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