First API call in 3 minutes
Get up and running with the NAWA classification API in three steps.Get your API key
Go to trynawa.com/developers/keys to create your free API key. Sign in with Google or email - no credit card required.
Free keys (
nawa_test_sk_xxx) require no credit card. Limited to 100 lifetime requests and 14-day expiry. They use real AI models - same accuracy as paid keys.Read the response
Every NAWA response follows a consistent envelope format:Response fields:
| Field | Type | Description |
|---|---|---|
intent | string | One of: question, complaint, praise, suggestion, spam, other |
intent_confidence | number | Confidence score between 0 and 1 |
sentiment | string | One of: positive, negative, neutral, mixed |
dialect | string | One of: gulf, egyptian, levantine, msa |
dialect_confidence | number | Confidence score between 0 and 1 |
toxicity | string | One of: none, mild, moderate, severe |
categories | array | Content categories: engagement, support, feedback, spam |
cached | boolean | true if served from semantic cache (no cost) |
What’s next?
Authentication
Learn about API keys, free vs paid tiers, and key rotation.
API Reference
Explore all endpoints, parameters, and response schemas.
Dialect Detection
Deep dive into Gulf, Egyptian, Levantine, and MSA classification.
SDKs
Install the TypeScript or Python SDK for a better developer experience.