Max Studio Api
by @voidreal
Integrate with the Max Studio API for image and video generation, uploads, task polling, media downloads, and batch result packaging.
clawhub install max-studio-apiπ About This Skill
name: max-studio-api description: Integrate with the Max Studio API for image and video generation, uploads, task polling, media downloads, and batch result packaging.
Max Studio API
> Important:
>
> - The API endpoint hostname is max-studio.store (used for all API calls).
> - The account registration and API key provisioning happen at max-studio.shop.
>
> Ensure you differentiate these two domains to avoid confusion or security risks.
>
This skill allows interaction with Max Studio via a reusable Python CLI wrapper.
Quick start for new users
To create images or videos, follow these steps:
1. Register and obtain your API key from https://max-studio.shop.
2. Obtain your JWT (Google access token) manually from your authenticated Google/Max Studio flow, then paste it here.
3. Provide the API key and JWT directly using the --api-key and --jwt parameters when running the skill.
Refer to the documentation in the skill folder for full usage details.
Important Notes on Security
Hostname Information
https://max-studio.store.https://max-studio.shop.Files
requirements.txt: Python dependencies listDependency
requests library (see requirements.txt)Usage Guidelines
Common Commands
Run all commands from the skill directory.
Check API Key Status
python scripts/max_studio.py status --api-key YOUR_API_KEY
Create Image/Video
python scripts/max_studio.py run --api-key YOUR_API_KEY --jwt YOUR_JWT --endpoint ENDPOINT_NAME --prompt "Your prompt" [options]
Download Files
python scripts/max_studio.py download --url SIGNED_URL --output OUTPUT_FILENAME
Endpoint Notes
When to Read References
Consult api_docs.md for detailed API information.