Get aspect ratios
GET/v1/aspect-ratios/photo-pilot
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 [
Array [
]
]
name stringrequired
aspectRatios
object[]
required
name stringrequired
Possible values: [1:1, 2:3, 3:4, 4:3, 9:16, 3:2, 16:9]
width numberrequired
height numberrequired
[
{
"name": "string",
"aspectRatios": [
{
"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...