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.

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!"
      }
    ]
  }'

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-v2Recommended

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 Tier100 requests/hour
Pro Tier1,000 requests/hour
EnterpriseCustom limits
Next Steps
Ready to dive deeper? Here's what to explore next