📄️ List all templates
This endpoint returns a list of all available templates. Templates are used to create new flows. Each template includes details that help understanding what the created flow is used for (description), how it can be configured (parameters), what it expects as input (input types), and what it will provide as output (output types).
📄️ Get specific template
This endpoint returns the details of a specific template identified by its ID or name. Templates are used to create new flows. Each template includes details that help understanding what the created flow is used for (description), how it can be configured (parameters), what it expects as input (input types), and what it will provide as output (output types).
📄️ List all flows
Retrieve a paginated list of all flows created by the authenticated account. Each flow includes metadata about the template used, configured parameters, current execution state, and progress information.
📄️ Create new flow
Create a new flow instance from a template. Flows can be created in two modes: with or without initial inputs.
📄️ Get specific flow
Retrieve detailed information about a specific flow by its ID.
📄️ Start or abort flow
Control flow execution by starting or aborting a flow.
📄️ Delete flow
Permanently delete a flow and all associated assets (inputs, outputs, intermediates).
📄️ List inputs of flow
Get an overview of all uploaded input assets for a specific flow.
📄️ Upload input to flow
Add input assets to a created flow that hasn't started yet.
📄️ Get specific input of flow
Retrieve a specific input asset from a flow by its asset ID.
📄️ List output of flow
This is the primary endpoint to retrieve your generated 3D models and assets. Get an overview of all generated output assets from a completed flow.
📄️ Get specific output of flow
Download a specific generated output asset (e.g., 3D model) by its asset ID.