Example request
{
"output": {
"locales": ["en-US", "de-DE", "ja-JP"],
"stores": ["appstore"],
"format": "fastlane_zip"
},
"localization": {
"de-DE": {
"slides.0.headline.lines.0": "Umsatz klar sehen"
}
}
}Implementation checklist
- Keep slide count and layout structure consistent across locales.
- Allow longer German/French copy room before render.
- For Arabic and Hebrew, provide reviewed RTL copy and check text flow, alignment, and truncation manually before upload.
- Review lint findings per locale before upload.
Credit math
A 6-slide set rendered to 2 canvases in 3 locales creates 36 final screenshots. The response reports screenshots_used so agents can budget before larger matrices.
FAQ
Can one job generate multiple locales?
Yes. Include a locale list in output and pass localized headline strings for each locale.