Get aspect ratios
GET/v1/aspect-ratios
Get a list of aspect ratios, including width and height details, available for creating different types of artwork.
Request
Responses
- 200
- 401
- 403
- 429
- 500
- application/json
- Schema
- Example (from schema)
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
[
{
"name": "1:1",
"width": 0,
"height": 0
}
]
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
statusCode numberrequired
error string
Available only when the message includes additional error details.
{
"message": "string",
"statusCode": 0,
"error": "string"
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
statusCode numberrequired
error string
Available only when the message includes additional error details.
{
"message": "string",
"statusCode": 0,
"error": "string"
}
Too Many Requests
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
statusCode numberrequired
error string
Available only when the message includes additional error details.
{
"message": "string",
"statusCode": 0,
"error": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
statusCode numberrequired
error string
Available only when the message includes additional error details.
{
"message": "string",
"statusCode": 0,
"error": "string"
}
Loading...