{
"data": [
{
"id": "abc123",
"title": "UGC Product Pitch",
"description": "Creator talks to camera and shows product with CTA",
"category": "beauty",
"duration_sec": 20,
"latency_estimate_sec": {
"typical": 58,
"busy": 85
},
"input_variables": [
{
"key": "hook",
"label": "Hook",
"type": "text",
"required": true,
"max_length": 140
},
{
"key": "productImage",
"label": "Product Image",
"type": "image",
"required": true
},
{
"key": "benefit",
"label": "Key Benefit",
"type": "text",
"required": false,
"placeholder": "e.g. 2x faster results"
}
],
"prompt_template": "Create a UGC ad with {{hook}}. Show {{productImage}}. Highlight: {{benefit}}."
}
],
"pagination": {
"offset": 0,
"limit": 10,
"has_more": true
}
}