curl --location 'https://api.beatapi.io/v1/ecommerce-video/tasks' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"images": [
"https://cdn.example.com/product.png"
],
"duration": 15,
"prompt": "Fast product launch ad for paid social.",
"aspect_ratio": "9:16"
}'{
"data": {
"id": "task_p9Lm2",
"object": "task",
"workflow": "ecommerce-video",
"status": "queued",
"created_at": 1782210000,
"updated_at": 1782210000,
"output": null,
"usage": {
"credits_reserved": 225,
"credits_settled": 0,
"credits_refunded": 0
},
"request_id": "req_def456",
"error_code": null,
"error_message": null
}
}