Skip to main content

Build with Ragen AI

Integrate AI-powered, knowledge-grounded chat into your application. Your documents, your models, your API.

curl -X POST https://api.ragen.ai/v1/chat \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"content": "What is our refund policy?"
}'