Developers

Build Trusted AI.

APIs, SDKs, and developer tools for agent governance, evaluation, document intelligence, and more. Get started with a free test key — no signup required.

Quick Start

Up and Running in Minutes

Python pip install rotavision
from rotavision import Rotavision

client = Rotavision(api_key="your-key")

# Evaluate a model
result = client.eval.run(
    model="your-model",
    benchmark="indic-eval",
    languages=["hi", "ta"]
)
Node.js npm install @rotavision/sdk
import { Rotavision }
  from '@rotavision/sdk'

const rv = new Rotavision({
  apiKey: 'your-key'
})

// Verify a document
const res = await rv
  .dastavez.verify('aadhar.pdf')
cURL REST API
curl -X POST \
  https://api.rotavision.com/v1/eval \
  -H "Authorization: Bearer $KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "your-model",
    "benchmark": "indic-eval"
  }'

SDKs

Your Language, Your Way

py

Python SDK

Full type hints, async/await, Pandas integration, Jupyter-friendly. The most complete SDK.

pip install rotavision

js

Node.js SDK

TypeScript-first, ESM and CommonJS, streaming support. Built for modern Node.js.

npm install @rotavision/sdk

jv

Java SDK

Maven Central, Java 11+, reactive streams. For enterprise Java applications.

Maven Central

Integrations

Works With Your Stack

  • Cloud: AWS, Azure, GCP, Indian sovereign clouds
  • LLM Providers: OpenAI, Anthropic, Google, Sarvam, Krutrim
  • Agent Frameworks: LangChain, LlamaIndex, CrewAI, AutoGen
  • Data: PostgreSQL, MongoDB, S3, Kafka, Snowflake
  • CI/CD: GitHub Actions, GitLab CI, Jenkins
View all integrations →

System Status

Real-time API uptime and service health monitoring.

View Status Page
Free test key. No signup required.
Start building in minutes.