Recipes
Create a product UGC video
Generate a vertical user-generated content ad from a character image, product image, product details, and optional creative direction.
post/v1/recipes/product_ugc
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
{
"characterImage": {
"uri": "https://example.com/image.jpg"
},
"productImage": {
"uri": "https://example.com/image.jpg"
}
}Response
The task that was created.
Changes
Changed in 2 of the 54 revisions of this API.3
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the required property
estimatedCostto the response with the200statusresponse-required-property-added
- ○
- ○
endpoint added
endpoint-added
- ○