Generate Ads
Generate AI Advertisement Video for your product with pre-made templates
Ad Generation Task
Price:
0.85$
Find Advertising Template: You have to find the advertising template yourself on the official website here.
Select a Template: Click on a template here.
3hpZ2HB0xS688KnzMIwU16
is theproduct_placement_sample_id
.
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"
}'
Replace YOUR_API_KEY
with your actual API key and imageurl
with the URL of your image.
{
"code": 200,
"data": {
"status": "pending",
"task_id": "0ca399ab-22e7-4480-9844-e04a5f4f73d7",
"output": {},
"error": {}
}
}
This response confirms that your ad has been successfully created with the unique identifier provided in the id
field.
Field
Type
Description
image
string[]
A reference image, typically a single picture.
product_placement_sample_id
string
The advertising action template ID, obtainable from the official website.
Last updated