Build with NexaAI.

A developer API for connecting applications to NexaAI, built and run by Nexa Studio.

curl -X POST /v1/chat/completions \
  -H "Authorization: Bearer nexa_live_YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "messages": [
      { "role": "user", "content": "Hello, NexaAI" }
    ]
  }'
API requests served
Developer accounts
Inference status

How it works

Three steps from signup to your first response.

01

Create an account

Sign up with an email and password. No credit card, no approval wait.

02

Generate an API key

From your dashboard, create a key. It's shown once — copy it somewhere safe.

03

Send your first request

Call /v1/chat/completions with your key in the Authorization header.

Explore