v4.0
Search...
/
Sign in
Book a demo
Docs
API Reference
Changelog
Docs
API Reference
Changelog
Introduction
SDKs
Errors
Humanloop API
Chats
Completions
Datapoints
Projects
Datasets
POST
Create
GET
List
GET
Get
DEL
Delete
PATCH
Update
GET
Datapoints
POST
Create Datapoint
Evaluations
Evaluators
Feedback
Logs
Model Configs
Sessions
Sign in
Book a demo
Humanloop API
Datasets
Create
POST
https://
api.humanloop.com
/
v4
/
projects
/
:project_id
/
datasets
Create a new dataset for a project.
Path parameters
project_id
string
Required
Request
This endpoint expects an object.
name
string
Required
The name of the dataset.
description
string
Required
The description of the dataset.
Response
This endpoint returns an object.
id
string
name
string
datapoint_count
integer
created_at
datetime
updated_at
datetime
project_id
string
Deprecated
Datasets are now files and do not belong to projects. If this dataset was created before that change, the legacy project ID will be provided here, otherwise an empty string will be returned.
description
string
Optional
Errors
422
Unprocessable Entity
Built with