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 toPOST /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
Inputs
| Name | Required | Description |
|---|---|---|
tasks | required | Array 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
Returnsresults — a map from task index to {task_id, status, artifact_url, error}.
