Request a single creative for a single playout on a specific screen.
Documentation Index
Fetch the complete documentation index at: https://docs.framen.com/llms.txt
Use this file to discover all available pages before exploring further.
screen_id you want to test with.Org_4KmTqZnWpLx).data object contains:
| Field | Type | Description |
|---|---|---|
requestId | string | Unique ID for this request |
billable | boolean | Whether this playout is billable |
newsFirst | boolean | Whether news should play before the ad |
data object also contains two nested content objects: news and ad. Both share the same schema:
| Field | Type | Description |
|---|---|---|
id | string | Content item ID |
title | string | Content title |
mimeType | string | e.g., text/html, video/mp4 |
height | integer | Pixel height |
width | integer | Pixel width |
duration | integer | Duration in milliseconds |
url | string | URL to fetch/render the content |
pop | string | Proof-of-play callback URL (GET) |
news object additionally contains:
| Field | Type | Description |
|---|---|---|
newsType | string | News category (e.g., WELT_WISSEN) |