Skip to main content
Version: V2

Get aspect ratios

GET 

/v2/artworks/selena/aspect-ratios

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

Request

Responses

Schema

  • Array [

  • name stringrequired

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

    width numberrequired
    height numberrequired
  • ]

Loading...