GET
/v1/render/{asset_token}Hosted render frame
The hosted renderer creates an iframe for this route. Customer frontends should not construct this URL manually in the default flow; use placement.render.frame_url.
Request parameters
| Name | Type | Required | Description |
|---|---|---|---|
| asset_token | string | Required | Asset token from placement.render.frame_url or placement.asset_token. |
Returns
| Name | Type | Description |
|---|---|---|
| html | text/html | Isolated creative frame with strict CSP and no-store/private caching. |
Request example
GET /v1/render/{asset_token}
get-render-frame.shbash
1curl "https://api.wavebird.ai/v1/render/wbat_asset_demo" \2 -H "Accept: text/html"Response example
Response
response.jsonjson
1<!doctype html><html><body><img alt="Sponsored placement" /></body></html>Errors
not_found404Asset token is invalid, expired, or not renderable.
forbidden403Asset token is not authorized for the requested creative context.