📄️ Authentication
Prerequisites
📄️ 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 a new flow
Create a new flow instance from a template. Flows can be created in two modes: with or without initial inputs.
📄️ Get flow details
Retrieve detailed information about a specific flow by its ID.
📄️ Start or abort a flow
Control flow execution by starting or aborting a flow.
📄️ Delete a flow
Permanently delete a flow and all associated assets (inputs, outputs, intermediates).
📄️ List all input assets for a flow
Get an overview of all uploaded input assets for a specific flow.
📄️ Upload input asset to a flow
Add input assets to a created flow that hasn't started yet.
📄️ List all output assets for a 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 a specific input asset
Retrieve a specific input asset from a flow by its asset ID.
📄️ Get a specific output asset
Download a specific generated output asset (e.g., 3D model) by its asset ID.
📄️ List all available 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 a specific template by ID or name
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).