Character Swap: import a character image
swap_import_characterTurn an image you already have into a Character Swap character input — no byte upload. Supply ONE of: characterId (a saved actor from list_characters, or a preset from list_character_library) or imageUrl (any hosted image — an influencer look from list_influencer_assets, a Studio/SeedDance render, or a public URL). Returns { r2Key, fileName } to pass straight to create_character_swap. Free; JPEG/PNG/WebP, ≤20MB. This is the batch path: import N characters, then call create_character_swap N times against the same driving video.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileName | No | ||
| imageUrl | No | Hosted image URL — e.g. an influencer asset url or a generated look | |
| characterId | No | Saved actor id (list_characters) or preset id (list_character_library) |