Skip to main content
Version: V2

Get aspect ratios

GET 

/v2/artworks/quantum/aspect-ratios

List the aspect ratios Quantum supports, with the width and height each one maps to. Pass the label (like "16:9") to a Quantum request instead of raw dimensions.

Request

Responses

Schema

  • Array [

  • name stringrequired

    aspectRatios

    object[]

    required

  • Array [

  • name stringrequired

    Possible values: [1:1, 9:16, 2:3, 3:4, 16:9, 3:2, 4:3]

    width numberrequired
    height numberrequired
  • ]

  • ]

Loading...