Contents
- Quickstart — 2 requests — One multipart call: the file plus the operation. Returns a job.
- Integrate with an AI agent (Claude Code, Cursor, ChatGPT…) — Copy the block below, paste it into your AI coding agent and say
- Operations catalog — Every operation is addressed by a serviceslug + operationkey pair and
- Recipes — The route never changes — only the three form fields do. Each recipe below is
- Big files (> 100 MB) — POST /jobs/upload sends the file through the CDN, which caps request bodies at
- Managing jobs — Billing: creditspercall is debited at submit and automatically
- Upload links (BigLoader) — let *your* users upload — Telegram bots and many integrations can't relay big files. An upload link is a
- API keys — Create keys on the panel's Developer API page (/api). The plaintext is
- Errors — During planned maintenance every submitting endpoint (/studio/run,
- Appendix — You don't need these — the two requests above are the whole API. These just