Start generating
Text/Image to Image
This endpoint will start a new task to generate images from text and/or image(s)
post/v1/text_to_image
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
{
"referenceImages": [
{
"uri": "https://example.com/image.jpg"
}
]
}Response
The task that was created.