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.

Subscription

VidJutsu requires an active $99/month subscription to use the API. Access covers:
  • All intelligence endpoints (watch, extract, transcribe, check, compliance, overlay)
  • Unlimited storage operations (accounts, posts, assets, references, upload)

Subscribe now

Get your API key and start using VidJutsu.

How billing works

  • Monthly recurring via Stripe. You’re billed on the same date each month.
  • Flat rate — no per-call charges, no metered billing, no top-ups.
  • Daily rate limits per endpoint (see below). Reset at 00:00 UTC.
  • When you hit a limit, calls return HTTP 429 with a retryAfter hint.

Daily rate limits

Each endpoint has its own bucket. Buckets are independent — hitting the watch limit doesn’t affect compliance.
EndpointCalls / day
POST /v1/watch50
POST /v1/extract100
POST /v1/transcribe30
POST /v1/check100
POST /v1/compliance/video20
POST /v1/compliance/prompt100
POST /v1/overlay50
POST /v1/upload100
POST /v1/posts (and related CRUD)200
Accounts, assets, references, and read-only endpoints are unmetered.

Check your usage

Returns remaining capacity per endpoint for the current UTC day.
vidjutsu usage
{
  "clientId": "mc_...",
  "usage": {
    "watch": { "limit": 50, "remaining": 37 },
    "compliancePrompt": { "limit": 100, "remaining": 98 }
  },
  "resetsAt": "2026-04-24T00:00:00.000Z"
}

Cancel your subscription

Cancel anytime through the Stripe billing portal. API access ends when the current billing period expires.

Get pricing programmatically

curl https://api.vidjutsu.ai/v1/pricing

Media limits

Media typeMax sizeMax durationAllowed types
Video32MB5 minutesmp4, mov, webm
Image10MBjpeg, png, webp, gif
Audio25MB5 minutesmp3, wav, ogg