optimize-v2
Optimize Ads Analyse
Analyse up to 5 assets for ad optimization in the background.
post/api/v1/optimize/v2/analyse-asset
Request body
Example request
{
"assets": [
{
"file_type": "image/png",
"type": "image",
"url": "https://cdn.brandboosters.com/ad1.png"
},
{
"file_type": "video/mp4",
"type": "video",
"url": "https://cdn.brandboosters.com/ad2.mp4"
}
],
"brand_guidelines": {
"isSelected": true,
"text": "Our ads must use brand blue and maintain friendly tone.",
"type": "text"
},
"campaign_objective": {
"isSelected": true,
"objective": "ENGAGEMENT"
},
"domain_id": "123e4567-e89b-12d3-a456-426614174000",
"industry_benchmarking": {
"enabled": true,
"isSelected": true,
"landing_page_url": "https://brandboosters.com/campaign"
},
"language": "en-US",
"platform_compliance": {
"isSelected": true,
"platforms": [
"META",
"TIKTOK",
"YOUTUBE"
]
}
}Response
Successful Response
{"stackTrail":"paths:/api/v1/optimize/v2/analyse-asset:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.