Loading API Reference...
CN8 is an AI gateway: a single proxy layer that gives you access to AI capabilities — chatbots with RAG, multi-agent orchestration, LLM completions, dubbing, TTS, media generation, and production-grade video/audio processing — all through one consistent API with unified auth, billing, and usage tracking.
Categorical emotion classification. Currently broken upstream — see notes.
Every call returns 'list object has no attribute items' from the upstream. Failed calls are not billed. Use Sentiment + Zero-Shot Classification as a workaround.
/v1/proxy/text-emotionDetect emotions (sync) — currently fails
| Name | Type | Required | Description |
|---|---|---|---|
texts | array<string> | required | Array of texts (per Pydantic) |
{
"status": "error",
"data": { "detail": "'list' object has no attribute 'items'" },
"message": "Upstream service error"
}