Skip to main content
Version: V2

Find artworks

GET 

/v2/artworks

List the artworks you've created with pagination. Filter by type, status, or date range to track everything you've generated.

Request

Query Parameters

    offset integer

    Default value: 0

    limit integer

    Possible values: >= 1 and <= 500

    Default value: 10

Responses

List of artworks created by this API key.

Schema

  • Array [

  • oneOf

    id uuidrequired
    artworkType stringrequired

    Possible values: [selena]

    parameters

    object

    required

    model string

    Possible values: [tengrai-20231128-m-d.safetensors, tengrai-20240423-m-f.safetensors]

    batch integer

    Possible values: >= 1 and <= 2

    Default value: 2

    Number of images to generate per task (1-2). Default 2.

    promptMode string

    Possible values: [seer, servitor]

    Default value: servitor

    prompt string

    Default value: cat

    Limited to 256 words; additional content will be truncated.

    negativePrompt string

    Limited to 64 words; additional content will be truncated.

    style string

    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

    creativity integer

    Possible values: >= 1 and <= 5

    Default value: 3

    details integer

    Possible values: >= 1 and <= 5

    Default value: 3

    aspectRatio string

    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.

    width integer

    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).

    height integer

    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).

    nsfw boolean

    Set to true to allow NSFW output. When false (the default), safety negatives are injected into the negative prompt to suppress NSFW content.

    transparentBackground boolean
    colorTone string

    Possible values: [cool, warm, blackAndWhite, pastel, vibrantColors, sepia, mutedColors, neonColors]

    Overall color palette. Prepended to the prompt; flows through SEER improvement.

    cameraAngle string

    Possible values: [closeUp, eyeLevel, lowAngle, highAngle, wormsEye, birdsEye, fishEye, aerialView, dutchAngle, firstPersonView]

    Camera framing/perspective. Prepended to the prompt; flows through SEER improvement.

    webhook uri

    Optional webhook URL. When provided, the server will POST the final artwork result to this URL upon completion.

    duration numberrequired
    results string[]required
    status stringrequired

    Possible values: [starting, processing, succeeded, failed, canceled]

    createdAt date-timerequired
  • ]

Loading...