Generate Ads

Generate AI Advertisement Video for your product with pre-made templates

Ad Generation Task

  • Price: 0.58$

  • 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 the product_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.

{
  "id": "aca6c73e-aa4c-47bb-aa62-a100a0f7dd22"
}

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