Avatars
Create avatar
Create a new avatar with a reference image and voice.
post/v1/avatars
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
{
"referenceImage": "https://example.com/image.jpg",
"personality": "You are a helpful support agent assisting users with their account questions. Be friendly, patient, and provide clear step-by-step guidance.",
"startScript": "Hello! How can I help you today?"
}Response
Success