{
"product_placement_sample_id": "string",
"image": [
"string"
],
"size": "1024x1024"
}
curl --location -g --request POST '{{BASE_URL}}/higgsfield/ads' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"product_placement_sample_id": "string",
"image": [
"string"
],
"size": "1024x1024"
}'
{
"id": "aca6c73e-aa4c-47bb-aa62-a100a0f7dd22"
}