Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.vidjutsu.ai/llms.txt

Use this file to discover all available pages before exploring further.

Create a post

Create a post record (0 credits). The account ID is optional.
vidjutsu post create --video vid_q9f3 --caption "Summer fits"

Options

FlagTypeDescription
--accountstringAccount ID to link to
--videostringVideo ID
--video-urlstringVideo URL
--captionstringPost caption
--briefstringContent brief or notes
--tagstringKey-value tag, e.g. batch=week-12 (repeatable)
Cost: 0 credits (free).

Edit a post

Update a post record:
vidjutsu post edit post_m2v1 --caption "Updated caption" --video-url "https://..."

List posts

vidjutsu post list
Filter by tag:
vidjutsu post list --tag batch=week-12
Filter by account:
vidjutsu post list --account acc_8k2x

Get post details

vidjutsu post get post_m2v1

Delete a post

vidjutsu post delete post_m2v1