workflow
public

Create Workflow

Create a new workflow with a default 'new asset uploaded' trigger.

Parameters:

  • request_body (CreateWorkflowRequestBody): Request containing the workflow name and project ID

Returns:

  • CreateWorkflowResponse: Response containing the created workflow ID
post/v1/workflows

Headers

API-Versionstring

Pass in an API version to guarantee a consistent response format.

The latest version should be used for all new API calls. Existing API calls should be updated to the latest version when possible.

Valid versions:

  • Latest API version (recommended): 2025-03

  • Previous API version (maintenance mode): 2025-02

If no API version header is included, the response format is considered unstable and could change without notice (not recommended).

Pass in an API version to guarantee a consistent response format.

The latest version should be used for all new API calls. Existing API calls should be updated to the latest version when possible.

Valid versions:

  • Latest API version (recommended): 2025-03

  • Previous API version (maintenance mode): 2025-02

If no API version header is included, the response format is considered unstable and could change without notice (not recommended).

Request body

namestring required
project_idstring required

Response

Successful Response

messagestring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.