Skip to main content
Expose a small web demo that forwards user input to SynapsAI Cloud. Never embed API keys in client-side JavaScript — keep the key on the server.

FastAPI

Run with uvicorn main:app --reload.

Gradio

For streaming UIs, pass stream=True and yield partial tokens. See Streaming.