Chat GPT-4o
👋 Hello! I'm ready to chat. Type a message below and press Send.
🖼️
Drop an image or click to upload
JPG, PNG, WEBP · max 20 MB
Vision Analysis
Code Output

              
Generation Result
🎙️
Drop an audio file or click to upload
MP3, WAV, M4A, WEBM · max 25 MB
Transcription

Welcome back

Sign in to your Zoapi account to manage your API keys and usage.

or

Signed in successfully!

Redirecting to your dashboard…

No account? Get started free

Get your API Key

Enter your email to receive a free API key and start building with Zoapi instantly.

Your API Key

Keep this key safe — it grants full access to your Zoapi account.

Quick start:
Add Authorization: Bearer YOUR_KEY to every API request.

Documentation

Zoapi provides a simple REST API. Choose a section to explore:

🚀
Quick Start
Get your first API response in 60 seconds
🔐
Authentication
API keys, bearer tokens, scopes
🤖
Models
Available models and capabilities
📡
API Endpoints
Complete endpoint reference

Quick Start

Make your first API call in under 60 seconds:

curl https://api.zoapi.io/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "zoapi-1",
    "messages": [
      {"role":"user","content":"Hello!"}
    ]
  }'

Authentication

All requests require a bearer token in the Authorization header:

Authorization: Bearer zoa_xxxxxxxxxxxxxxxxxxxx

API keys are scoped per project. Never expose them client-side. Rotate keys from your dashboard at any time.

Models

zoapi-1
Flagship model — 128k context, fast & accurate
zoapi-1-mini
Lightweight model — optimized for speed & cost
zoapi-embed-1
Embeddings — 1536-dim, semantic search ready

API Endpoints

POST /v1/chat/completions
GET /v1/models
POST /v1/embeddings