API Playground

Send an OpenAI-compatible streaming request directly from your browser.

Request
Your API key stays in this browser tab and is only sent with this request.

Loading active strategies…

Stored only in this page. Need one? Create an API key.

Press Control+Enter or Command+Enter to run the request.

Run it
Review the exact request, then stream the response below.
curl https://api.getwaterfall.org/v1/chat/completions \
  -H "Authorization: Bearer wf-sk-your-key" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "auto",
  "messages": [
    {
      "role": "user",
      "content": "Explain waterfall routing in one paragraph."
    }
  ],
  "stream": true
}'
API docs

Response

Run the request to see the streamed assistant response.