---
title: Uncensored Chat
description: 
url: http://uncensored.chat/docs
canonical: https://uncensored.chat/docs
component: docs
generated_at: 2026-07-26T00:26:28.013178Z
---

Toggle SidebarAPI Documentation

[Discord](https://discord.gg/modelslab-1033301189254729748) [ 0](/dashboard?tab=billing)Sign UpLogin

Getting Started
---

Welcome to our API documentation. Get up and running with our powerful chat API in minutes.

Quick Start

Make your first API call in under 2 minutes

### 1. Get your API Key

Sign up for an account and get your API key from the dashboard.

Create API Key

### 2. Make your first request

Try this example to get started:

```
curl -X POST https://uncensored.chat/api/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "uncensored-v2",
    "messages": [
      {
        "role": "user",
        "content": "Hello, world!"
      }
    ]
  }'
```

infosec CLI — the terminal agent

Prefer to work from your shell? Run an autonomous security-testing agent on your own host — powered by the same uncensored models, for authorized offensive-security work.

### Install in one command

macOS & Linux

`curl -fsSL https://uncensored.chat/infosec.sh | sh`

Copy

Windows (PowerShell)

`irm https://uncensored.chat/infosec.ps1 | iex`

Copy

Standalone binary, no build step. Then run `infosec` and sign in from your browser — no API key to paste.

Autonomous

Recon → find → prove, from a plain-English goal.

Extensible

MCP servers, skills & plugins, a model catalog.

Usage that scales

Up to 20× the Basic monthly token pool.

[Full CLI guide, models & MCP setup](/infosec)

Key Features
---

Conversational AI

Build engaging chat experiences with our state-of-the-art language models. Support for multi-turn conversations and context awareness.

Real-time Streaming

Get responses as they're generated with streaming support. Perfect for building responsive chat interfaces.

Secure & Reliable

Enterprise-grade security with API key authentication. 99.9% uptime SLA and rate limiting protection.

Developer Friendly

RESTful API with comprehensive documentation. SDKs available for popular programming languages.

Available Models

Choose from our selection of powerful language models

`uncensored-v2`Recommended

High-performance model for general conversation and complex reasoning tasks

`More models coming soon...`Coming Soon

We're working on adding more models to give you more options

Authentication

Secure your API requests with authentication

### API Key Authentication

All API requests require authentication using your API key in the Authorization header:

`Authorization: Bearer YOUR_API_KEY`

`Endpoint: https://uncensored.chat/api/v1/chat/completions`

Security Note

Keep your API key secure and never expose it in client-side code. Always make API calls from your backend server.

Rate Limits

Understanding API usage limits

Free Tier 100 requests/hour

Pro Tier 1,000 requests/hour

Enterprise Custom limits

[View Pricing Plans](/pricing)

Next Steps

Ready to dive deeper? Here's what to explore next

[API Reference

Complete OpenAI-compatible API documentation](/docs/api) [Get API Key

Start building today](/dashboard?tab=api-settings)

---

*This markdown version is optimized for AI agents and LLMs.*

**Links:**
- [Website](https://uncensored.chat)
- [API Documentation](https://uncensored.chat/docs/api)
- [Characters](https://uncensored.chat/characters)
- [Pricing](https://uncensored.chat/pricing)

---
*Generated by Uncensored Chat - 2026-07-26*