Bulk Clone Transforms
Transforms
Bulk Clone Transforms
Clone multiple transforms with new names in parallel. Supports two modes:
- Explicit items: Provide list of items with id and name for each clone
- Select all: Set select_all=true with optional filters and name_suffix
Returns partial success results - continues processing even if individual clones fail.
POST
Bulk Clone Transforms
Documentation Index
Fetch the complete documentation index at: https://docs.streamkap.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Request model for bulk clone operations.
Supports two modes:
- Explicit items: Provide list of items with id and name for each clone
- Select all: Set select_all=true with optional filters and name_suffix
List of entities to clone with their new names. Omit if using select_all=true.
If true, select all entities matching the filters
Optional filters when select_all=true
Suffix to append to original names when using select_all. Default: ' (Copy)'