Prefetch API
Documentation moved to new platform! The Serverside.ai documentation is now available at: https://help.equativ.com/serversideai. Please update your bookmarks.
The content in the article below (and this legacy platform) is no longer being maintained — use the new platform https://help.equativ.com/serversideai instead.
This legacy portal will be permanently shut down on February 1, 2026.
The serverside.ai pre-fetch API offers a robust solution for the efficient delivery of ad sources, ensuring they are conditioned and ready for use upon request.
Get the ad medias for a given channel
GET https://admin.serverside.ai/api/v2/medias
Headers
x-api-key*
String
Your serverside.ai API key
Request Body
type
String
deliverable for ready conditioned medias
source for ad media source
channelId
String
Request for a given channel
Prefetch ad media condition for given channel
PUT https://admin.serverside.ai/api/v2/channel-assets
Headers
x-api-key*
String
Your serverside.ai API key
Request Body
id*
String
Unique Identifier of the ad creative
name*
String
Name of the ad creative/campaign
source*
String
URL to the ad media creative
channelId*
String
Provide the channel Id for which the prefetch should be applied
allChannels
boolean
true if should be applied to all configured channels.
Last updated