ryla_generate_video_swap
Swap a character face into an existing video (face swap onto uploaded footage). Pro plan required. videoUrl must be a video you already uploaded to your RYLA account. Character must already exist; use ryla_list_characters to find a characterId. Returns a jobId; poll with ryla_generation_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| videoUrl | Yes | URL of the source video to swap (must be a RYLA-hosted storage URL you own) | |
| sourceType | No | Source type (default upload) | |
| characterId | Yes | Character UUID whose face is swapped into the video | |
| outfitPrompt | No | Outfit description, used only when outfitEnabled is true | |
| outfitEnabled | No | Enable an outfit-change prompt | |
| backgroundPrompt | No | Background description, used only when backgroundEnabled is true | |
| backgroundEnabled | No | Enable a background-change prompt |