OpenAPI · Streaming · Full content lifecycle
A real API for
your RAG product.
Search, chat (with streaming), summarize, ingest, and manage content. Everything is documented and served from your own instance.
curl -X POST https://ai.example.com/v1/apps/support-bot/chat \
-H "Authorization: Bearer $KEY" \
-d '{ "message": "How do refunds work?", "stream": true }'
SSE stream of events:
message_start · content_delta · citation · message_stop