🔌 Developer API — v1

Build Apps with Uncensored AI

REST API access to a zero-filter AI running on private GPU hardware. Streaming responses, custom personas, and complete privacy. No content policies standing between your app and honest AI.

Quick Start

Send your first uncensored API request in seconds:

# Get your API key at offgridoracleai.com/#/pricing curl -X POST https://offgridoracleai.com/api/v1/chat \ -H "Authorization: Bearer ogai_YourAPIKeyHere" \ -H "Content-Type: application/json" \ -d '{ "messages": [{"role": "user", "content": "Your question here"}], "stream": false }'

Python Example

import requests response = requests.post( "https://offgridoracleai.com/api/v1/chat", headers={"Authorization": "Bearer ogai_YourKey"}, json={ "messages": [{"role": "user", "content": "Explain quantum computing"}], "stream": False, "personaId": "p_custom_physics_tutor" # optional } ) print(response.json()["message"]["content"])

API Endpoints

Chat

POST /api/v1/chat

Send messages and receive AI responses. Supports streaming (SSE) and non-streaming modes. Optional custom persona via personaId.

API Keys

POST /api/keys/generate

Generate a new API key (max 3 per account). Requires active subscription.

POST /api/keys/list

List all API keys with usage statistics and creation dates.

POST /api/keys/revoke

Revoke an API key immediately. The key will no longer work for authentication.

Custom Personas

POST /api/personas/create

Create a custom AI persona with your own system prompt (up to 4,000 characters). Max 10 per account.

POST /api/personas/list

List all your custom personas with names and descriptions.

POST /api/personas/update

Update an existing persona's name, description, or system prompt.

POST /api/personas/delete

Delete a custom persona permanently.

Why Developers Choose Our API

🔓

Zero Content Filters

No refusals, no moral lectures, no disclaimers. Your app gets the AI response it asks for — every time.

Streaming Responses

Server-Sent Events (SSE) for real-time token streaming. Build responsive chat interfaces with instant feedback.

🎭

Custom Personas

Create up to 10 custom AI personalities with unique system prompts. Use them via API with a single parameter.

🔒

Complete Privacy

Private GPU hardware. No conversation logging. No training on your data. Your API calls stay yours.

💰

Simple Pricing

No per-token billing. Flat monthly subscription for unlimited API access. Plans from $4.99/mo.

🛡️

100 req/min Rate Limit

Generous rate limits for production apps. Bearer token authentication. Up to 3 API keys per account.

Ready to Build with Uncensored AI?

Get your API key in 30 seconds. Start building immediately.

Get API Access →