Headers
Skylark provides multiple headers for adding context to your queries.
Some headers require elevated permissions
Learn more about permissions here.
Name | Description |
---|---|
x-ignore-availability | Ignore availability rules and return all content in query. |
x-time-travel | View content with availability matching date and time. See here for more . |
x-ignore-time | Similar to ignore availability, however only the time element is ignored. |
x-bypass-cache | Bypasses all caching. Value must be supplied as either 1 or 0 . |
Dimension headers
Dimensions can be supplied to Skylark via headers using the format: x-sl-dimension-<dimension-slug>
.
For example the dimension device-type
would be passed as:
{
"x-sl-dimension-device-type": "smart-tv"
}
By default, dimensions passed in the header and in the argument will be merged together. The headers will take priority if duplicate dimensions are passed.
The header x-override-dimensions
can also be passed to optionally ignore any dimensions passed in the arguments.
For example, to pass dimensions in the header and override the dimension arguemnts:
{
"x-sl-dimension-device-type": "smart-tv",
"x-sl-dimension-customer-type": "premium",
"x-override-dimensions": true
}
Skylark Preview
Headers Power Skylark Preview
Preview end-user experience and ensure seamless content availability on your Skylark-powered streaming platform.
Introducing Skylark Preview, the Chrome extension for Skylark users that saves content teams hours per week scheduling, previewing, and signing off their work.Stay ahead of the game by creating your content strategy in advance, and rest assured users will only see the content they're supposed to see when they're supposed to see it. With Skylark Preview, you gain the ability to preview your users' experience at any point in the future, no matter who they are or where they are based.
Building an engaging product means targeting segments of your audience with content strategies unique them. Skylark Preview allows you to view your live product just how any audience member will see it.
Skylark Preview helps you engage the world, faster.
Download here. Read more about it here.
Updated 6 months ago