Curation API
Overview
The Curation API for Zapp enables external systems to control screen structures dynamically. This feature addresses the need for content customization based on user context or specific events. Primarily designed for the home screen, it is adaptable for internal screens as well.
Implementing The Curation Feed
Add to your custom DSP implementation one or more additional endpoints to each curation feed you would like to create. Each endpoint should return the following response:
{
"entry": [
{
"preset_name": "curation-sample-1",
"feed_url": "https://example.com"
},
{
"preset_name": "curation-sample-2",
"feed_url": "https://example.com"
},
...
]
}
Read more about Pipes2 implementation here.