VidJutsu requires a $99/month subscription for API access. Per-endpoint daily rate limits apply — see Pricing & Rate Limits. You can subscribe via the CLI or API.Install the CLI:
curl -fsSL https://vidjutsu.ai/install.sh | bash
Then subscribe with your email:
vidjutsu subscribe --email <your_email>
This opens a Stripe checkout in your browser. After you pay, the CLI automatically saves your credentials:
Checkout: https://checkout.stripe.com/...Complete payment in your browser.Waiting for payment... ✓Credentials saved to ~/.vidjutsu/config.json
That’s it. Your API key is saved and ready to use.