Skip to main content

Duplicate an image

POST 

/images/:imageId/clone

Duplicate an image

Request

Path Parameters

    imageId int64required

Body

    object

Responses

OK

Schema

    baseColor int32
    colorDepth int32
    createdById int64

    Account id to whom created this image

    date date-time
    fileName string
    fileWeight int64

    File size of the image

    format string

    Possible values: [PNG, JPEG, GIF, SVG, MVG, WEB]

    height int32
    id int64

    Unique identifier of the given image

    keywords string[]
    name string
    path string
    shared boolean
    siteId int64
    size int64

    Size of image

    source string
    sourceUrl string
    width int32
Loading...