The following describes how to set up New video recommendations via the following API route
Feature:
- Ability to request recommendations that are currently new or recently uploaded to a publishers video library that can be used to populate a carousel or build a channel
Requirements:
- client_token: The client token provided by the IRIS.TV team
- access_token: The access token provided by the IRIS.TV team
Formatting the Requests:
The IRIS.TV Popular API will generate a list of assets that are currently new or recently uploaded to a publishers video library that can be used to populate a carousel or build a channel
API Request:
https://api.iris.tv/api/v1/lists/new
Example of the Request:
https://api.iris.tv/api/v1/lists/new?client_token=LPUA918&access_token=Q12OT1VP3U38UCTJRF5R
Receiving the List of Assets:
The New Recommendation API will respond with a list of recommendations in following format:
{ "results": <list>, "count": <int>, "next": <str|None>, "prev": <str|None> }
Definition of Parameters:
- Results: List of assets for the route
- Count: The number of results
- Next: Complete URL for the next page of results
- Prev: Complete URL for the previous page of results