indash ai-agents api

from fastapi import FastAPI

app = FastAPI()

@app.get("/")
def read_root():
    return {"message": "indash ai-agents api"}

Interactive API Docs

Explore this API's endpoints with the interactive Swagger UI. Test requests and view response schemas in real-time.

Open Swagger UI →

Health Check

Check the health status of the API and authentication system.

Check Health →