⚡ NEW: Flux Klein 9B — Faster inference, stunning quality · Try Now
curl --request GET \
--url https://modelslab.com/api/v1/workflowsReturns a list of your API-enabled workflows.
curl --request GET \
--url https://modelslab.com/api/v1/workflowsDocumentation Index
Fetch the complete documentation index at: https://docs.modelslab.com/llms.txt
Use this file to discover all available pages before exploring further.
{
"status": "success",
"workflows": [
{
"id": "uuid-string",
"name": "My Workflow",
"description": "Generates images with custom prompts",
"rate_limit": 10,
"call_count": 150,
"last_called_at": "2024-01-15T10:30:00Z",
"created_at": "2024-01-01T00:00:00Z",
"updated_at": "2024-01-15T10:30:00Z"
}
]
}
Was this page helpful?