Skip to main content

📡 API Reference

REST API for the FrootAI Chatbot — search plays, estimate costs, and chat with Agent FAI.

Base URL: https://frootai-chatbot-api.azurewebsites.net ·  Rate limit: 60 req/min  · OpenAPI Spec ↗

GET/api/healthHealth check
POST/api/search-playsSearch solution plays
POST/api/estimate-costEstimate Azure costs
POST/api/chatChat with Agent FAI
POST/api/chat/streamChat (streaming SSE)
GET/api/openapi.jsonOpenAPI specification

🛡️ Rate Limiting

All endpoints are rate-limited to 60 requests per minute per IP address.

Exceeding the limit returns 429 Too Many Requests:

{ "error": "Rate limit exceeded. Max 60 requests per minute." }

📎 Related

⚡ CLI🔌 22 MCP Tools📦 Setup Guide