Get Spot
Get Spot
Request a single creative for a single playout on a specific screen.
GET
Get Spot
Get Spot
Request a single creative for a single playout on a specific screen. Returns content (news or ad) along with a proof-of-play URL. This is part of the Vendor Default API for real-time ad serving, separate from the SMAPI CRUD endpoints.Need a test campaign?
To set up a test campaign for your screens, contact support@framen.com with one or multiple
screen_id you want to test with.Your organization token (e.g.,
Org_4KmTqZnWpLx).The unique identifier of the screen requesting content.
Response
The responsedata 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) |
Request Cycle Flow
- Player sends ad-request -> receives ad-response (containing news + ad + pop URLs).
- Player pre-caches content.
- Player plays the content.
- Player fires the proof-of-play GET request. Must happen within 1 hour of the original request.
- Repeat for next spot.
Example Request
Last modified on April 22, 2026