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.
Changes
Changed in 3 of the 54 revisions of this API.4
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
- ○
added the new
2026-07enum value to the request propertyrequest-property-enum-value-added
- ○
- ○
endpoint added
endpoint-added
- ○