Bulk create images

Create multiple images in a single call.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Product identity value.

Query Params
string

Product identity field.

Body Params
files
array of files

Image files (JPEG, PNG, GIF or SVG). Min 1, max 20. Total payload up to 100 MiB.

string

Optional per-image array; when provided its length must equal files.Count.
Only languages enabled for the organization are accepted. sortOrder must be >= 0.
Omit to apply defaults to all images.

Example:

[
  { "altText": { "en": "First", "nl": "Eerste" }, "sortOrder": 1 },
  { "altText": { "en": "Second", "nl": "Tweede" }, "sortOrder": 2 }
]
Headers
string
required

The client identifier.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

401

Access denied or not authorized.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json