Server API
Server API is the recommended default backend path. Use it when your backend already owns session state, orchestration, or rollout policy, while Wavebird owns hosted media rendering in the browser.
create-placement.sh
bash
RECOMMENDED
chat.html
html
RENDER
Backend control
Why use the server path
Own the lifecycle
Request placements from your backend without exposing secret keys to the browser.
Keep secrets server-side
The secret-key path is simpler when your app already has a backend and does not need direct browser-side monetization control.
Pair with your renderer
Use the hosted renderer for the default path, or keep raw decision polling only for advanced compatibility flows.
Need rollout review?
Start with the Server API. Use contact only when you need rollout review, enterprise coordination, or non-standard integration help.