Create Dataset Group
Datasets
Create Dataset Group
POST
Create Dataset Group
Create a dataset group in a workspace. PromptLayer also creates an initial draft dataset for the group withDocumentation Index
Fetch the complete documentation index at: https://promptlayer-add-demo-projects.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
version_number = -1.
Behavior Notes
- Dataset group names must be unique within a workspace.
- If
folder_idis omitted, the dataset group is created at the workspace root. - Use Resolve Folder ID by Path to look up a folder ID, or Create Folder to create one.
Related
Authorizations
Body
application/json
Dataset group creation payload.
Name for the dataset group. Must be unique within the workspace.
Workspace ID. Defaults to the workspace associated with the API key.
Folder ID to create the dataset group in. Omit to create at the workspace root.
External ID mappings to attach to the dataset group.
Response
Dataset group created.

