POST
/
v0
/
datasetv2
/
{dataset}
/
artifacts

Creates one or more artifacts associated to a dataset. Artifacts are dataset-level metadata that don’t depend on other variables.

Authorizations

Authorization
string
required

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

Path Parameters

dataset
string
required

Name of the dataset the artifacts belong to.

Body

artifacts
object
required

Dictionary containing one or more key:value pairs that will be stored as artifacts within a dataset.