Find artworks
GET/v1/artworks
Retrieve a list of artworks with details including ID, type, parameters, duration, results, status, and creation date.
Request
Query Parameters
Default value: 0
Possible values: >= 1 and <= 500
Default value: 10
Responses
- 200
- 400
- 401
- 403
- 429
- 500
List of artworks.
- application/json
- Schema
- Example (from schema)
Schema
Array [
- Txt2ImgArtworkResponse
- UpscalingArtworkResponse
]
oneOf
Possible values: [txt2img]
parameters
object
required
Possible values: [tengrai-20231128-m-d, tengrai-20240423-m-f]
Default value: tengrai-20231128-m-d
Possible values: [seer, servitor]
Default value: seer
Default value: cat
Limited to 256 words; additional content will be truncated.
Limited to 64 words; additional content will be truncated.
Possible values: [default, portraiture, landscape, photographer, analog, car, food, horror, stained-glass, impasto, abstract-ink, illustration, aquarelle, water-cute, sphericute, fairytale, machinart, isometric, logo, abstractpen, lineart, manga, infiny-weave, infiny-pattern, infiny-flow]
Default value: default
Possible values: >= 1 and <= 5
Default value: 3
Possible values: >= 1 and <= 5
Default value: 3
Possible values: [1:1, 7:9, 2:3, 4:7, 9:16, 9:21, 9:7, 3:2, 7:4, 16:9, 21:9]
Defaults to a 1:1 ratio (1024 × 1024) if width and height are not specified.
Possible values: >= 512 and <= 2048
Use aspectRatio instead of custom width and height for better quality. If defined, the total area (width × height) must not exceed 1,478,656 pixels (e.g., 1216 × 1216).
Possible values: >= 512 and <= 2048
Use aspectRatio instead of custom width and height for better quality. If defined, the total area (width × height) must not exceed 1,478,656 pixels (e.g., 1216 × 1216).
Possible values: [done, failed]
Possible values: [upscaling]
parameters
object
required
The URL of the image to be upscaled. The image's total area (width × height) must not exceed 1,478,656 pixels (e.g., 1216 × 1216). Accepted image formats: JPEG, JPG, PNG, and WebP.
Possible values: >= 2 and <= 8
Default value: 2
Possible values: [done, failed]
[
{},
{}
]
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
Available only when the message includes additional error details.
{
"message": "string",
"statusCode": 0,
"error": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
Available only when the message includes additional error details.
{
"message": "string",
"statusCode": 0,
"error": "string"
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
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
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
Available only when the message includes additional error details.
{
"message": "string",
"statusCode": 0,
"error": "string"
}