Skip to main content
POST
/
datasets
Create dataset
curl --request POST \
  --url https://api.verial.ai/datasets \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "type": "Manual",
  "description": "<string>",
  "config": "<unknown>"
}
'
{
  "id": "2023-11-07T05:31:56Z",
  "type": "<string>",
  "name": "<string>",
  "description": "<string>",
  "parent_id": "2023-11-07T05:31:56Z",
  "config": "<unknown>",
  "created_at": "2023-11-07T05:31:56Z"
}
Create a dataset for use in environments and benchmarks. Supported types include FHIR, Files, and SFTP manifests.

Authorizations

Authorization
string
header
required

API key passed as a Bearer token.

Body

application/json
name
string
required
Required string length: 1 - 200
type
string
default:Manual
required
Minimum string length: 1
description
string
Maximum string length: 1000
config
any

Response

Successful response

id
string<date-time>
required
type
string
required
name
string
required
description
string | null
required
parent_id
string<date-time> | null
required
config
any
required
created_at
string<date-time>
required