The Workflows API allows you to execute your custom workflows programmatically. Each workflow you create can be enabled as an API endpoint with its own unique parameters and responses.Documentation Index
Fetch the complete documentation index at: https://docs.modelslab.com/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
Authentication
All Workflows API requests require authentication using your ModelsLab API key. Include your API key in the request header:Rate Limiting
Each workflow has its own configurable rate limit (default: 10 requests per minute per user). When you exceed the rate limit, you’ll receive a429 Too Many Requests response with a retry_after field indicating when you can retry.

