{
"character": {
"type": "video",
"uri": "http://example.com"
},
"reference": {
"type": "video",
"uri": "http://example.com"
},
"bodyControl": true,
"expressionIntensity": 3,
"seed": 4294967295,
"model": "act_two",
"ratio": "1280:720",
"contentModeration": {
"publicFigureThreshold": "auto"
}
}curl --location --request POST '/runwayml/v1/character_performance' \
--header 'Authorization: sk-TBM3XaV31ISr0Nq9BdDfC5D5A98f4fA8Af89FfDc1bA91b03' \
--header 'Content-Type: application/json' \
--data-raw '{
"character": {
"type": "video",
"uri": "http://example.com"
},
"reference": {
"type": "video",
"uri": "http://example.com"
},
"bodyControl": true,
"expressionIntensity": 3,
"seed": 4294967295,
"model": "act_two",
"ratio": "1280:720",
"contentModeration": {
"publicFigureThreshold": "auto"
}
}'{}