API Reference
Upload Dataset
POST
Parameters
-
file: The file should be in JSON/CSV Format
-
space_id: The unique identifier for your space. Learn more about obtaining a space ID.
-
dataset_name: The name of your dataset
If you are creating a new dataset your file format would be:
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
Successful Response
The response is of type any
.