Generate Ads
Generate AI Advertisement Video for your product with pre-made templates
Ad Generation Task
curl --request POST \
--url https://api.unifically.com/higgsfield/ads \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"product_placement_sample_id": "3hpZ2HB0xS688KnzMIwU16",
"image": ["imageurl"],
"size": "1024x1024"
}'{
"code": 200,
"data": {
"status": "pending",
"task_id": "0ca399ab-22e7-4480-9844-e04a5f4f73d7",
"output": {},
"error": {}
}
}Field
Type
Description
Last updated