Skip to main content

BRIGHTER_AI

Upload an image to BrighterAI, poll for processing completion and download the anonymized image. The resulting anonymized image blob is written to the configured output.

At a glance

  • Category Service
  • Aliases SERVICE_BRIGHTER_AI
  • Version: 1.0.4
  • Applications: all
  • Scope: all
  • Default Service: BRIGHTER_AI

Config Options

NameDescriptionDefaultRequiredResolvedConstraintsConditional Rules
serviceNameService operation name (e.g. blur, dnat, mask). If not provided, blur is used.NonefalsefalseNoneNone
paramsOptional url parameters object passed to the BrighterAI upload endpoint.NonefalsefalseNoneNone

Inputs

TypeDescriptionDefaultRequiredResolved
blobInput image blob to be processed (can come from previous steps or a flow variable).Nonetruefalse
imageNameOptional image name to use when uploading (defaults to "image.jpg").Nonefalsefalse

Outputs

TypeDescriptionOptional
blobThe anonymized image blob returned by the BrighterAI service.false

Examples

Simple anonymize image

- step: BRIGHTER_AI
serviceName: "blur"
params:
face: "true"

See Also

General Resources: