Car Transformation Effects
Transform a single car photo into a cinematic vehicle adventure. Turn your car into a powerful robot, a stylized cartoon character or place it inside an iconic open-world street scene — while preserving its recognizable design and details.
Car Transformation
Transform a single car photo into a cinematic vehicle adventure. Turn your car into a powerful robot, a stylized cartoon character or place it inside an iconic open-world street scene — while preserving its recognizable design and details.
Input
One clear photo of a car. The vehicle’s body shape, paint color, headlights, wheels and distinctive design details are used as the visual reference.
Output
A vertical 9:16 MP4 with synced audio, generated as a 5-second cinematic transformation. Each effect reimagines the uploaded vehicle while maintaining its recognizable identity and visual characteristics.
API quick start
Run Car Transformation Effects with a single API call.
{
"inputImage": "https://your-cdn.com/input.png",
"effectType": "car+transformation-san+andreass",
"duration": 5,
"ratio": "9:16"
}curl -X POST "https://api.wiro.ai/v1/Run/wiro/car-transformation-effects" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_WIRO_API_KEY" \
--data-binary @- <<'JSON'
{
"inputImage": "https://your-cdn.com/input.png",
"effectType": "car+transformation-san+andreass",
"duration": 5,
"ratio": "9:16"
}
JSON