# FlowScale AI ## Docs - [Execute Workflow](https://docs.flowscale.ai/api-reference/endpoint/execute_workflow.md): Executes a specified workflow by processing dynamic form data with field names and types determined by the deployed ComfyUI workflow. Each workflow defines its own unique input parameters based on the nodes it contains. - [Get Execution Output](https://docs.flowscale.ai/api-reference/endpoint/get_execution_output.md): Retrieves the output of a specific run by providing the filename. It checks the run's status and returns a download URL if the output is available. - [Get Queue](https://docs.flowscale.ai/api-reference/endpoint/get_queue.md): Retrieves the queue data for all ComfyUI instances in the cluster. This includes information about running and pending tasks in each instance's queue. - [Get Run Details](https://docs.flowscale.ai/api-reference/endpoint/get_run_details.md): Retrieves detailed information about a specific run using its unique run ID. - [Get list of Runs by Group](https://docs.flowscale.ai/api-reference/endpoint/get_runs.md): Retrieves a list of all runs associated with a specific group ID. Useful for aggregating and managing related runs. - [Health Check](https://docs.flowscale.ai/api-reference/endpoint/health_check.md): Checks the health status of all ComfyUI instances within the specified cluster. It verifies whether each ComfyUI instance is running or stopped. - [Introduction](https://docs.flowscale.ai/api-reference/introduction.md): Comprehensive overview of the FlowScale's ComfyUI API - [Testing Workflow APIs](https://docs.flowscale.ai/api-reference/testing-workflows.md): How to test your deployed ComfyUI workflow APIs with various tools - [Workflow Configuration](https://docs.flowscale.ai/deploy-api/configuration.md): Configure your workflows for deployment with FlowScale I/O nodes or advanced API settings - [Overview](https://docs.flowscale.ai/deploy-api/overview.md): Expose your FlowScale AI workflows as governed services your teams and products can trust. - [Playground UI](https://docs.flowscale.ai/deploy-api/playgrounds.md): Test and share your deployed workflows with interactive, user-friendly playground interfaces - [JavaScript/TypeScript SDK](https://docs.flowscale.ai/deploy-api/sdk/sdk-js.md): Transform your deployed ComfyUI workflows into powerful application features with production-ready JavaScript and TypeScript integration. - [Python SDK](https://docs.flowscale.ai/deploy-api/sdk/sdk-python.md): Transform your deployed ComfyUI workflows into powerful Python applications with production-ready integration and comprehensive features. - [Deploy Workflows](https://docs.flowscale.ai/getting-started/deploy-workflows.md): Transform your ComfyUI workflows into production-ready APIs and interactive applications - [What is ComfyUI?](https://docs.flowscale.ai/getting-started/glossary/comfyui.md): Build sophisticated GenAI applications without coding using visual workflows and production deployment - [ComfyUI Workspace](https://docs.flowscale.ai/getting-started/glossary/comfyui-workspace.md): Complete guide to FlowScale's ComfyUI workspace: starting ComfyUI, managing workflows, models, and custom nodes in your project environment - [Models](https://docs.flowscale.ai/getting-started/glossary/models.md): Complete guide to managing AI models in FlowScale: from browsing public models to uploading custom ones for your ComfyUI workflows - [Pods](https://docs.flowscale.ai/getting-started/glossary/pods.md): Cloud GPU infrastructure that powers your ComfyUI workflows and deployments - [Projects](https://docs.flowscale.ai/getting-started/glossary/projects.md): Understanding projects in FlowScale - your workspace for building and deploying AI workflows - [Import/Create Workflows](https://docs.flowscale.ai/getting-started/import-create-workflows.md): Learn how to bring existing ComfyUI workflows into FlowScale AI or create new ones from scratch - [Get Started](https://docs.flowscale.ai/getting-started/introduction.md): Welcome to FlowScale AI - Deploy ComfyUI workflows as scalable APIs in minutes - [Project Migration from GitHub to Google Login](https://docs.flowscale.ai/getting-started/troubleshooting/project-migration.md): Help existing users seamlessly import their projects after FlowScale AI's authentication change from GitHub OAuth to Google Sign-In - [Release Notes - May 12, 2025](https://docs.flowscale.ai/reference/changelog/2025-05-12.md): Version v2.0.53 - Advanced Settings Mode Switching, Pod Budgets, and Enhanced Security - [Release Notes - May 21, 2025](https://docs.flowscale.ai/reference/changelog/2025-05-21.md): Version v2.0.54 - Unified Workflow JSON, Custom Node Management, and Enhanced Development Experience - [Release Notes - June 11, 2025](https://docs.flowscale.ai/reference/changelog/2025-06-11.md): Version v2.0.55 - Workflow Version Switching, Node Preview, and ComfyUI v0.3.34 Upgrade - [Release Notes - July 15, 2025](https://docs.flowscale.ai/reference/changelog/2025-07-15.md): Version v2.0.56 - ComfyUI Configuration Tab, Google Login, and Enhanced Team Management - [Release Notes - July 30, 2025](https://docs.flowscale.ai/reference/changelog/2025-07-30.md): Version v2.0.56 - External Models Manager, Upload Features, and Enhanced Workflow Management - [Release Notes - September 17, 2025](https://docs.flowscale.ai/reference/changelog/2025-09-17.md): Version v2.0.57 - New Onboarding Experience and Free Plan Access ## OpenAPI Specs - [openapi](https://docs.flowscale.ai/api-reference/openapi.json)