Skip to main content
POST
Create Session From Dataset

Authorizations

Authorization
string
header
required

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

Headers

X-API-Key
string | null

Cookies

blindsight_session
string | null

Body

application/json
dataset_id
string
required
csv_relative_path
string
required
Minimum string length: 1
name
string | null

Response

Successful Response

id
string
required
name
string
required
source
string
required
status
string
required
progress
integer
required
created_at
string
required
updated_at
string
required
source_ref
string | null
row_count
integer | null
column_count
integer | null
columns
ColumnMetadata · object[]
file_size_bytes
integer | null
file_names
string[] | null
error_message
string | null
cancel_requested
boolean | null
default:false