Launched June 12th, 2026. Screenshot quality is improving quickly, and feedback is welcome. Send feedback

Google Play API

Google Play screenshot API.

Render Play Store assets from the same release pipeline that builds your Android app.

Example request

{
  "async": true,
  "canvas": { "preset": "appstore.iphone_6_9" },
  "output": { "locales": ["en-US", "de-DE"], "format": "fastlane_zip" },
  "slides": [
    {
      "headline": { "lines": ["Numbers you can", "act on"], "accent": "act on" },
      "screenshot": { "url": "https://example.com/captures/home.png" }
    }
  ]
}

Reference table

Play assetAPI presetAutomation note
Phone screenshotsplay.phonePortrait phone output for default listings
Landscape screenshotsplay.phone_landscapeUseful for games and media apps
Feature graphiccustom canvas / Play presetKeep brand treatment aligned with screenshots

Play Console-ready output

The API keeps Play output in the same request model as App Store screenshots: screenshots in, store-sized PNGs and lint JSON out.

Custom listings and localization

Use locale and store fields to generate market-specific screenshot sets without creating separate manual editor projects.

Rendered examples

One API call can produce the whole visual set.

View gallery