Skip to main content

Sparki video editor CLI

Project description

Sparki

AI-powered video editing from the command line.

Installation

pip install sparki-cli

Or with uv:

uv tool install sparki-cli

# Upgrade to the latest release
uv tool install --upgrade sparki-cli

Quick Start

# Configure your API key and verify the install
sparki setup --api-key YOUR_KEY
sparki doctor

# Upload one or multiple files (positional args; shell glob works)
sparki upload video1.mp4 video2.mp4
sparki upload *.mp4
sparki upload --dir ./clips

# Edit: combine multiple source clips into ONE output project
sparki run clip1.mp4 clip2.mp4 clip3.mp4 \
  --mode style-guided --style montage/highlight-reel

# Edit: loop for N independent outputs
for f in *.mp4; do
  sparki run "$f" --mode style-guided --style vlog/daily
done

# Clean up storage
sparki assets list
sparki assets delete assets/98/old1.mp4 assets/98/old2.mp4
sparki assets delete --all --yes   # wipe everything

Commands

Command Description
setup Save and validate your API key
doctor Self-check CLI version, API key, base URL, config directory
upload Upload video file(s); positional args, --file, or --dir; retries + partial success
assets list List uploaded assets (alias: sparki assets)
assets delete Delete uploaded assets by key, --name, or --all --yes
edit Create an edit project from uploaded object keys
status Check project status
download Download completed result
run End-to-end: upload → edit → download (accepts multiple positional files)
history List recent projects

Edit Modes

  • style-guided — Choose from preset styles (e.g. vlog/daily, montage/highlight-reel)
  • prompt-driven — Describe what you want in natural language
  • style-clone — Clone the style of a reference video

Multi-file upload

sparki upload and sparki run accept multiple files three ways:

  • Positional args (recommended): sparki upload a.mp4 b.mp4
  • Shell glob: sparki upload *.mp4
  • Directory (single-level): sparki upload --dir ./clips
  • --file (deprecated alias): sparki upload --file a.mp4 --file b.mp4

Reliability options:

  • --max-retries N (default 3; 0 disables) — per-file retries on network errors / 429 / 5xx
  • --upload-timeout SEC (default 600) — per-file timeout
  • --quiet — suppress stderr progress output
  • --strict (run only) — abort if any source file fails upload (default: proceed with successful ones)

Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sparki_cli-1.1.1.tar.gz (44.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sparki_cli-1.1.1-py3-none-any.whl (24.8 kB view details)

Uploaded Python 3

File details

Details for the file sparki_cli-1.1.1.tar.gz.

File metadata

  • Download URL: sparki_cli-1.1.1.tar.gz
  • Upload date:
  • Size: 44.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for sparki_cli-1.1.1.tar.gz
Algorithm Hash digest
SHA256 4263e3b7ee7aa7f1c955af4168b78e135318023599a579b9ca132a90ba62acf1
MD5 1a462dde48c77d02670988dbc03dc93e
BLAKE2b-256 5def631f261f491d49df92dd88d6acb7d53b9297bd864ad7bdfc7cd1e21d5265

See more details on using hashes here.

Provenance

The following attestation bundles were made for sparki_cli-1.1.1.tar.gz:

Publisher: publish.yml on sparki-ai/sparki-cli

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sparki_cli-1.1.1-py3-none-any.whl.

File metadata

  • Download URL: sparki_cli-1.1.1-py3-none-any.whl
  • Upload date:
  • Size: 24.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for sparki_cli-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 fee5e471b59c2979ea5ca1a9d7ddc3cf7230e67a9acc07ce40a17b961f11e7cc
MD5 de0267eb6dcdd1087080effd99f48185
BLAKE2b-256 4465c9a7e2138964ef56bd21bb32e0e00f4a51e749f2beccbb2af661974724b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for sparki_cli-1.1.1-py3-none-any.whl:

Publisher: publish.yml on sparki-ai/sparki-cli

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page