Skip to main content
POST
Upload Semantic Layer Metadata

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

dataset_id
string
required

Body

multipart/form-data
file
file
required

Response

Successful Response

Dataset response model.

id
string
required

Public ID of the dataset (e.g. ds_A8K2P9QX).

name
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
description
string | null
context_text
string | null

Free-form 'about this data' context.

entity
DatasetEntity · object | null

The dataset's main entity (what a row represents).

current_version
CurrentVersion · object | null

Current version detail (all DatasetVersion fields except dataset_id).

is_archived
boolean
default:false

True if the dataset has been soft-deleted.