Skip to main content

UPLOAD_IMAGE

Upload an image to EDAPI by providing an image object (url or blob). Returns the created object metadata as output.

At a glance

  • Category EDAPI
  • Aliases CTX_UPLOAD_IMAGE
  • Version: 1.0.0
  • Applications: all
  • Scope: all

Config Options

NameDescriptionDefaultRequiredResolvedConstraintsConditional Rules
objectTypeType of object to create (default: Image).NonefalsefalseNoneNone
createModeCreation mode, e.g. AUTO_RENAME.NonefalsefalseNoneNone

Inputs

TypeDescriptionDefaultRequiredResolved
imageImage input object or blob to upload (can come from file picker or previous step).Nonetruefalse

Outputs

TypeDescriptionOptional
objectThe created object metadata returned by EDAPI.false

Examples

Upload image by URL

- step: UPLOAD_IMAGE
objectType: "Image"
createMode: "AUTO_RENAME"

See Also

General Resources: