Start generating
Control a character
This endpoint will start a new task to control a character's facial expressions and body movements using a reference video.
post/v1/character_performance
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
{
"character": {
"uri": "https://example.com/image.jpg"
},
"reference": {
"type": "video",
"uri": "https://example.com/reference-performance.mp4"
},
"bodyControl": true,
"expressionIntensity": 3,
"ratio": "1280:720",
"contentModeration": {
"publicFigureThreshold": "auto"
}
}Response
The task that was created.