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

Canvas preset

iPhone 6.5 screenshot preset.

The appstore.iphone_6_5 preset keeps legacy iPhone App Store screenshots explicit in release scripts and agent calls.

Example request

{
  "canvas": { "preset": "appstore.iphone_6_5" },
  "slides": [
    {
      "headline": { "lines": ["Ship store assets", "from CI"] },
      "screenshot": { "url": "https://example.com/captures/home.png" }
    }
  ]
}

Reference table

PresetDefault outputUse
appstore.iphone_6_51284 x 2778legacy iPhone App Store screenshots

Use the preset instead of raw dimensions

Named presets keep request files readable and let the renderer/lint layer own the exact output contract.

The response still includes width and height so CI can verify the final file before upload.

Rendered examples

One API call can produce the whole visual set.

View gallery