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 ↗
/api/healthHealth check▸/api/search-playsSearch solution plays▸/api/estimate-costEstimate Azure costs▸/api/chatChat with Agent FAI▸/api/chat/streamChat (streaming SSE)▸/api/openapi.jsonOpenAPI specification▸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." }