Skip to main content
The fal Platform APIs provide programmatic access to workflow management for the authenticated user, including:
  • List workflows - Paginated list of your workflows with optional search and filtering
  • Get workflow details - Retrieve a specific workflow by owner and name, including its full definition

Available Operations

The Platform APIs provide the following endpoints for Workflows:

Authentication

All Workflows endpoints require authentication. Include your API key in the Authorization header:
Authorization: Key YOUR_API_KEY
List workflows returns only workflows owned by the authenticated user. Get workflow details requires access to the workflow (e.g., it is yours or public).
These APIs are for platform management of Workflows (listing and reading). To run workflows, use the Model APIs or workflow execution endpoints.