Create a dataset version by submitting a base64-encoded CSV or JSON file. PromptLayer queues the file for asynchronous processing and creates a draft dataset while the job runs.Documentation Index
Fetch the complete documentation index at: https://docs.promptlayer.com/llms.txt
Use this file to discover all available pages before exploring further.
version_number = -1 and receives a real version number after processing succeeds.dataset_version_created_by_file webhook event is sent when processing succeeds.dataset_version_created_by_file_failed webhook event is sent when processing fails.ID of the dataset group where the new version will be created.
x >= 1Name of the CSV or JSON file. Must end with .csv or .json.
1 - 255Base64-encoded file content. Maximum decoded file size is 100MB.
1