Video GenerationActive
wiro / panini-card
panini-card
Turn a selfie into a Panini-style player card video. Enter name, height, weight, and birth date, then choose a country card preset.
Image to VideoSocial Media & Viral
Model ID
panini-card
Provider
wiro
Updated
1784301400
wiro playground—wiro/panini-card
Updated 1784301400
## Overview
Panini Card by Wiro turns a selfie into a collectible player-card style animation.
You provide a portrait photo plus a short line of player details.
The model places your face into a themed card layout and renders the stats as text.
It returns a share-ready MP4 video that works well for social posts.
## What you can build
- Personal “player card” intros for TikTok, Reels, and Shorts
- Fan-made squad cards for friends or community tournaments
- Stream overlays and hype clips with a consistent card theme
- Birthday or event shoutouts that look like a trading card reveal
## Inputs
- One selfie photo in JPG or PNG format. Use a clear, well-lit face photo.
- One text line with 4 fields separated by semicolons: name; height; weight; date of birth.
- Height and weight must be provided as numbers. Use a dot for decimals if needed.
- Date of birth must be typed in day.month.year format.
- One card theme preset choice: Argentina, Brazil, Colombia, England, Mexico, Portugal, Portugal Goalkeeper, Spain, or USA.
## Outputs
- One MP4 video.
- The video shows a themed trading-card layout with your portrait placed on the card.
- It includes the four text fields you provided as on-card stats.
## Limitations
- The model expects exactly 4 semicolon-separated fields. Missing separators can break the card text.
- Long names can overflow or clip in the card layout.
- Results depend on photo quality. Blurry, low-light, extreme angles, and heavy occlusion can distort the face.
- Group photos can cause the wrong face to be used or cropped.
- The preset list is fixed. You can’t upload a custom country design through this model.
## Safety & compliance
- Only upload photos you own or have permission to use.
- Don’t use it to impersonate real people or mislead viewers about identity.
- Avoid adding sensitive personal data beyond what the card requires.
- Don’t add third-party logos or brand assets unless you have rights to use them.
API quick start
Run panini-card with a single API call.
POST https://api.wiro.ai/v1/Run/wiro/panini-card
{
"prompt": "jane doe;1.60;50;5.5.1955",
"inputImage": "https://your-cdn.com/input.png",
"effectType": "panini-card-algeria"
}