v1

latestOpenAPI 3.1.02026-08-04282319386.0 KB
Transforms

Handle New Transform

Initialize a transform. We'll return a task_id that you can use to check the status of the transform. You can also retrieve a task_id for a currently running transform via the flow_id, which enables us to support people leaving and coming back to the transform.

post/transforms/new

Request body

{"stackTrail":"paths:/transforms/new:post:requestBody:content:application/json:schema","oasType":"schema","type":"unknown","title":"Body"}

Response

Successful Response

task_idstring required

The ID of the task that was started. This is generally queryable at a nearby /status endpoint to get the current status of the task.