Recipes
Create a product ad video
Generate a cinematic product ad from product images, optional style references, product info, and creative direction.
post/v1/recipes/product_ad
Headers
X-Runway-Version'2024-11-06' required
The version of the RunwayML API being used. You can read more about versioning here.
Request body
Example request
{
"productImages": [
{
"uri": "https://example.com/image.jpg"
}
],
"styleImages": [
{
"uri": "https://example.com/image.jpg"
}
]
}Response
The task that was created.