--- title: Fiddl API --- # Fiddl API Welcome to the Fiddl.art API docs. This site helps you: - Create images and videos with a simple HTTP API - Retrieve finished media via stable CDN URLs - Upload your own starter images to guide generations - Run batch jobs and poll status If you just want to explore endpoints, see OpenAPI (Swagger): - https://api.fiddl.art/api-docs To generate a typed client from OpenAPI, see: - /reference/orval-client LLMs and power users: fetch raw Markdown at `/docs-raw/.md` (e.g., `/docs-raw/getting-started.md`). ## API Base - Base URL: `https://api.fiddl.art/api` - Auth: Bearer token in `Authorization` header Jump in: - Getting Started: `/getting-started` - Create Images: `/guides/creating-images` - Create Videos: `/guides/creating-videos` - Read Media URLs: `/media/reading-media` - Train Custom Models: `/models/train-custom-model` - Upload Training Sets: `/models/upload-training-set` - ChatGPT Apps (MCP): `/integrations/chatgpt-apps`