Skip to main content

Upload image to multiple sites

POST 

/images/multiple

Upload image for multiple sites of the same customer

Request

Body

required

    arg0

    object[]

  • Array [

  • altText string
    description string
    name string
    siteIds int64[]required
    tags string[]
  • ]

  • image-to-upload binaryrequired

Responses

OK

Schema

  • Array [

  • altText string
    baseColor int32

    Image base color

    colorDepth int32
    createdById int64

    Account Id of the image uploader

    date date-time

    Date the image was uploaded

    description string
    fileName string

    Image file name

    fileWeight int64

    Image file size in KB

    format string

    Image format (formats accepted: JPG, JPEG, PNG, GIF, WEBP, SVG, MVG)

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

    height int32

    Image height in pixels

    id int64

    Unique Id of the image

    keywords string[]

    Keyword(s) associated with the image

    name string

    Image name

    path string

    Image path

    shared boolean

    Indicates if the image has been shared

    siteId int64

    Unique Id of the site your project is associated with

    size int64

    Image size in bytes. Image file size should be maximum 5242880 bytes

    source string

    Image source

    sourceUrl string

    URL or the image source

    tags string[]
    width int32

    Image width in pixels

  • ]

Loading...