Skip to main content
This skill is available as a machine-readable YAML playbook via the Framelane MCP server. Load it into any MCP-capable agent to get the complete workflow without writing integration code.

What this skill does

Submits an array of task requests in parallel to POST /v1/tasks/{type}, polls all task IDs concurrently until every job reaches a terminal status, and returns a results map keyed by input index.

Load via MCP

@framelane-skill:batch-tasks

Inputs

NameRequiredDescription
tasksrequiredArray of {type, body} objects. type is a task slug (e.g. transcribe, remove-background); body is the full request body for that task type.

Output

Returns results — a map from task index to {task_id, status, artifact_url, error}.