myreels-api
Installation
SKILL.md
MyReels API
This skill is the executable interface to the MyReels public API. Use the bundled scripts first. Fall back to the raw HTTP references only when the scripts do not cover the case.
Operator Rules
- Always read the live model schema before building a request body.
- Do not invent parameter names. Use
userInputSchemafrom the live models endpoint. - Prefer the bundled scripts over hand-written
curlorfetch. - Save result URLs on your side. Do not assume MyReels stores them forever.
Prerequisites
- An active MyReels subscription is required for generation and task query endpoints.
- Create an AccessToken in myreels.ai/developer.
GET https://api.myreels.ai/api/v1/models/apiwas verified on March 18, 2026 and currently does not requireAuthorization.
Config file ~/.myreels/config: