Example request
{
"output": {
"format": "fastlane_zip",
"locales": ["en-US", "de-DE"],
"stores": ["appstore"]
}
}Reference table
| Archive path | Meaning | Consumer |
|---|---|---|
| en-US/iphone_6_9/01_home.png | Locale + device + ordered slide | Fastlane deliver |
| de-DE/iphone_6_9/01_home.png | Localized copy variant | Fastlane deliver |
| lint.json | Validation findings | CI/agent review |
Keep upload separate from generation
The API produces the folder structure and lint report. Fastlane can remain responsible for authenticated upload and final human review gates.