Back to Help

cli

Using SlideVids CLI With Claude Code

Prompt and command patterns for agent-assisted SlideVids automation.

Audience: developer
Use SlideVids CLI for this workflow.
1) Print exact commands before running.
2) Verify auth with `slidevids whoami`.
3) Create a render for timeline tmpl_123.
4) Wait until terminal status.
5) Download output to ./artifacts.
6) Return final status + file path.

High-Confidence Command Sequence

slidevids whoami
slidevids renders create --timeline-id tmpl_123 --no-wait --json
slidevids renders wait render_xxx --interval 3 --timeout 900 --json
slidevids renders download render_xxx --output ./artifacts/render.mp4

Guardrails

  1. Prefer --json when outputs are consumed by other tooling.
  2. Keep secrets in env vars; do not paste raw keys into prompts.
  3. Ask Claude Code to stop on first non-zero exit and summarize error details.