Skip to main content

Create a post

Create a post record. 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)
Rate limit: counts toward the 200/day posts limit.

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