Avatars
Update avatar
Update an existing avatar. At least one field must be provided.
patch/v1/avatars/{id}
Path parameters
idstring uuid required
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