Datasets hold synthetic patient data (FHIR bundles, files, or other formats) that can be loaded into Sandboxes. Datasets can be hand-crafted or generated from a prompt.Documentation Index
Fetch the complete documentation index at: https://docs.verial.ai/llms.txt
Use this file to discover all available pages before exploring further.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /datasets | List datasets |
POST | /datasets | Create a dataset |
GET | /datasets/{id} | Get dataset details |
PATCH | /datasets/{id} | Update a dataset |
DELETE | /datasets/{id} | Delete a dataset |
Dataset Object
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier |
name | string | Dataset name |
description | string | null | Optional description |
type | FHIR | Files | null | Data format |
data | unknown | null | The dataset contents |
config | object | null | Generation or schema configuration |
organization_id | string | Parent organization |
created_at | datetime | Creation timestamp |
updated_at | datetime | Last modification timestamp |