POST
/
api
/
v1
/
organizations
/
{organization_id}
/
datasets
{
  "created_at": "2023-11-07T05:31:56Z",
  "id": "<string>",
  "name": "<string>",
  "total_bytes": 123,
  "training_file": {
    "bytes": 123,
    "id": "<string>",
    "name": "<string>"
  },
  "training_file_id": "<string>",
  "updated_at": "2023-11-07T05:31:56Z",
  "validation_file": {
    "bytes": 123,
    "id": "<string>",
    "name": "<string>"
  },
  "validation_file_id": "<string>",
  "workspace_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer HTTP authentication. Allowed headers -- Authorization: Bearer <access_token>

Path Parameters

organization_id
string
required

Body

application/json

Response

200
application/json

Successful response.

Datasets represent a collection of fine-tuning data files.