Create Workbench Setup Version
Versions
Create Workbench Setup Version
Fork a new editable draft version of a workbench setup.
POST
Create Workbench Setup Version
Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Your API key for authentication.
Path Parameters
The ID of the workbench setup to fork a new version from.
Body Parameters
All fields are optional.Display name for the new version. Between 1 and 200 characters. Defaults to the source version’s name.
Optional description for the new version.
ID of the version to fork from. Defaults to the current draft if not provided.
Response
Returns201 on success.
The full newly created version object.
null on success.