depicta
v1.1.2
Published
Depicta CLI — generate and process images with AI
Readme
Depicta CLI (Node)
Depicta lets any AI assistant or app create and edit visuals — images, icons, diagrams, stories, and more. This is the Node CLI.
Installation
npm install -g depictaOr run without installing:
npx depicta image "a sunset over the Aegean Sea"Requires Node.js 18+.
Setup
Get your API key from depicta.ai, then:
depicta auth loginOr set the DEPICTA_API_KEY environment variable:
export DEPICTA_API_KEY=dpct_...Usage
# Generate an image
depicta image "a sunset over the Aegean Sea"
# Edit an existing image
depicta edit image photo.png "remove the background"
# Process images
depicta process resize photo.png --width 800
depicta process remove-bg photo.png
depicta process denoise photo.png --strength 20
# Pipe commands together
depicta image "a cat" | depicta process resize - --width 512 | depicta process optimize -
# Check your balance
depicta balance
# List available models
depicta modelsUse depicta --help or depicta <command> --help for full command reference.
License
Proprietary. Copyright 30ohm L.P.
