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" }
]
}'
Three steps from signup to your first response.
Sign up with an email and password. No credit card, no approval wait.
From your dashboard, create a key. It's shown once — copy it somewhere safe.
Call /v1/chat/completions with your key in the Authorization header.