API Reference
Upload Assessed Dataset
POST
Parameters
-
evaluation_name: The name of your evaluation
-
dataset_id: (Optional: Required if you are using an existing dataset) The unique identifier for the dataset. Learn more about obtaining a dataset ID.
-
dataset_name: (Optional: Required if you are creating a new dataset) The name for your dataset
-
space_id: The unique identifier for your space. Learn more about obtaining a space ID.
-
file: The file should be in JSON Format
If you are using an existing dataset your file format would be Learn more about obtaining dataset row ids:
If you are creating a new dataset your file format would be:
Response
Go to evaluation overview page to see your new evaluation
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
multipart/form-data