Skip to main content
Version: V2

Get aspect ratios

GET 

/v2/artworks/hamilton/aspect-ratios

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

Request

Responses

Schema

  • Array [

  • name stringrequired

    aspectRatios

    object[]

    required

  • Array [

  • name stringrequired

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

    width numberrequired
    height numberrequired
  • ]

  • ]

Loading...