# Netcracker AI Chat API

**Canonical:** https://apis.io/apis/netcracker/netcracker-ai-chat-api/  
**Provider:** Netcracker — https://apis.io/providers/netcracker/  
**Base URL:** https://{apihub}.qubership.org  
**Documentation:** https://netcracker.github.io/apihub/

Netcracker AI Chat API is one of 40 APIs that [Netcracker](https://apis.io/providers/netcracker/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification. Tagged areas include AI Chat. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a getting-started guide.

APIs for AI chat assistant. Each user has their own chat list; chats are persisted on the server with a configurable TTL and pinning support. Conversations support streaming responses (SSE) and automatic context compaction (old messages are re-packed into a summary when the conversation approaches the model's context window, so that older facts are preserved instead of being silently dropped by the LLM).

## Operations (8)

| Method | Path | Summary |
|---|---|---|
| GET | `/api/v1/ai-chat/chats` | List chats of the current user. |
| POST | `/api/v1/ai-chat/chats` | Create a new chat. |
| GET | `/api/v1/ai-chat/chats/{chatId}` | Get chat metadata. |
| PATCH | `/api/v1/ai-chat/chats/{chatId}` | Update chat (rename / pin / unpin). |
| DELETE | `/api/v1/ai-chat/chats/{chatId}` | Delete a chat. |
| GET | `/api/v1/ai-chat/chats/{chatId}/messages` | List chat messages. |
| POST | `/api/v1/ai-chat/chats/{chatId}/messages` | Send a message (non-streaming). |
| POST | `/api/v1/ai-chat/chats/{chatId}/messages/stream` | Send a message with streaming response (SSE). |

## Machine-readable artifacts (14)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/netcracker/refs/heads/main/openapi/netcracker-ai-chat-api-openapi.yml
- **Documentation** — https://netcracker.github.io/apihub/
- **APIReference** — https://github.com/Netcracker/qubership-apihub-backend/blob/develop/docs/api/APIHUB_API.yaml
- **SourceCode** — https://github.com/Netcracker/qubership-apihub-backend
- **GettingStarted** — https://netcracker.github.io/apihub/deploy/
- **Postman** — https://github.com/Netcracker/qubership-apihub-postman-collections
- **APIReference** — https://github.com/Netcracker/qubership-apihub-backend/blob/develop/docs/api/Admin%20API.yaml
- **Documentation** — https://github.com/Netcracker/qubership-maas
- **APIReference** — https://github.com/Netcracker/qubership-maas/blob/main/maas/maas-service/docs/swagger.yaml
- **SourceCode** — https://github.com/Netcracker/qubership-maas
- **SDKs** — https://raw.githubusercontent.com/api-evangelist/netcracker/refs/heads/main/packages/netcracker-packages.yml
- **Documentation** — https://github.com/Netcracker/qubership-dbaas
- **APIReference** — https://github.com/Netcracker/qubership-dbaas/blob/main/docs/OpenAPI.json
- **SourceCode** — https://github.com/Netcracker/qubership-dbaas

## Other Netcracker APIs (12)

- [Netcracker Admin API](https://apis.io/apis/netcracker/netcracker-admin-api/)
- [Netcracker Aggregated Database Administration No Namespace Controller V 3 API](https://apis.io/apis/netcracker/netcracker-aggregated-database-administration-no-namespace-controller-v-3-api/)
- [Netcracker API version controller API](https://apis.io/apis/netcracker/netcracker-api-version-controller-api/)
- [Netcracker Auth API](https://apis.io/apis/netcracker/netcracker-auth-api/)
- [Netcracker Backup & Restore API](https://apis.io/apis/netcracker/netcracker-backup-restore-api/)
- [Netcracker Backups administration API](https://apis.io/apis/netcracker/netcracker-backups-administration-api/)
- [Netcracker Balancing Rules Administration V3 API](https://apis.io/apis/netcracker/netcracker-balancing-rules-administration-v3-api/)
- [Netcracker Blue Green Controller V 1 API](https://apis.io/apis/netcracker/netcracker-blue-green-controller-v-1-api/)
- [Netcracker Changes API](https://apis.io/apis/netcracker/netcracker-changes-api/)
- [Netcracker Composite Controller API](https://apis.io/apis/netcracker/netcracker-composite-controller-api/)
- [Netcracker Config Controller V 1 API](https://apis.io/apis/netcracker/netcracker-config-controller-v-1-api/)
- [Netcracker Contracts API](https://apis.io/apis/netcracker/netcracker-contracts-api/)

## Tags

AI Chat

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/netcracker/netcracker-ai-chat-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/netcracker/.
