topview-ai-cli
v0.1.0
Published
Topview AI command line tools for images, videos, avatars, voice assets, and account workflows.
Maintainers
Readme
Topview AI CLI
Topview AI command line tools for creating images, videos, avatars, voice assets, product visuals, and board/account lookups.
Requirements
- Node.js 18 or newer
- Python 3.10 or newer
- A Topview AI account
Python dependencies are installed into the package-local python_vendor directory during npm install. Set TOPVIEW_SKIP_PYTHON_DEPS=1 to skip that step.
Install
npm install -g topview-ai-cliAuthenticate
topview auth loginYou can also provide credentials with environment variables:
export TOPVIEW_UID="your-uid"
export TOPVIEW_API_KEY="your-api-key"Usage
topview --help
topview image list-models --type text2image
topview video run --type t2v --model "Seedance 1.5 Pro" --prompt "A product ad" --duration 5 --count 1
topview board list
topview user creditLicense
Apache-2.0
