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.

Authentication requiredAsset token in the pathSandbox this

Request parameters

NameTypeRequiredDescription
asset_tokenstringRequiredAsset token from placement.render.frame_url or placement.asset_token.

Returns

NameTypeDescription
htmltext/htmlIsolated 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_found404

Asset token is invalid, expired, or not renderable.

forbidden403

Asset token is not authorized for the requested creative context.

Related

Need rollout review?

Start with the Server API. Use contact only when you need rollout review, enterprise coordination, or non-standard integration help.