Skip to main content

UPDATE_BINARY_CONTENT

Update binary content of an existing object in EDAPI using the provided blob. Returns updated object metadata.

At a glance

  • Category EDAPI
  • Aliases CTX_UPDATE_BINARY_CONTENT
  • Version: 1.0.5
  • Applications: all
  • Scope: all

Inputs

TypeDescriptionDefaultRequiredResolved
blobBinary blob to upload for the objectNonetruefalse
textId of the object to updateNonetruefalse

Outputs

TypeDescriptionOptional
objectUpdated object metadatafalse

Examples

Update binary content of an object

- step: STABILITY_AI_UPSCALE
prompt: "{flowContext.imageContent}"
- step: UPDATE_BINARY_CONTENT

See Also

General Resources: