Skip to main content
Version: v2

Get an artwork

GET 

/v2/studio/artworks/:id

Fetch one artwork by id.

Request

Path Parameters

    id stringrequired

Responses

Schema

    id string
    artworkType number

    Artwork type number.

    parameters object

    The parameters the artwork was generated with.

    results string[]

    Result image URLs.

    status string

    Generation status.

    creditAmount number

    Credits charged for this artwork.

    createdAt date-time

    error

    object

    status number
    message string
Loading...