Skip to main content
POST

Authorizations

Authorization
string
header
required

Organization API key passed as a Bearer token. This is the scheme used by the public SDK surface.

Query Parameters

organization_id
string<uuid>

Organization ID. This is required for access control. It can be provided via query or request body depending on the endpoint.

Body

application/json
name
string
required

Name of the dataset.

Minimum string length: 1
organization
string<uuid>

ID of the organization to associate the dataset with.

Response

Successfully created dataset.

id
string<uuid>
required
read-only
name
string
required
Maximum string length: 1024
creator
object | null
required
created_at
string<date-time>
required
read-only
organization
string<uuid>
required
read-only