Example request body for POST /api/v1/workspaces/{workspace_id}/datasets to create a new dataset
Data AnnotationLLMNLPRLHFMachine-LearningDatasetsOpen-SourceHuman FeedbackFine-TuningHugging Face
Argilla Create Dataset Example is an example object payload from Argilla, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"summary": "Create a new Argilla dataset for text annotation",
"description": "Example request body for POST /api/v1/workspaces/{workspace_id}/datasets to create a new dataset",
"request": {
"method": "POST",
"url": "/api/v1/workspaces/{workspace_id}/datasets",
"headers": {
"X-Argilla-Api-Key": "your-api-key",
"Content-Type": "application/json"
},
"body": {
"name": "sentiment-annotation-dataset",
"guidelines": "Annotate each text with the appropriate sentiment label: positive, negative, or neutral.",
"allow_extra_metadata": false
}
},
"response": {
"status": 201,
"body": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "sentiment-annotation-dataset",
"guidelines": "Annotate each text with the appropriate sentiment label: positive, negative, or neutral.",
"allow_extra_metadata": false,
"status": "draft",
"workspace_id": "3fa85f64-5717-4562-b3fc-2c963f66afa7",
"inserted_at": "2026-06-12T00:00:00Z",
"updated_at": "2026-06-12T00:00:00Z"
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.