cURL
curl --request POST \ --url https://api.egp.scale.com/v5/datasets \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "<string>", "data": [ {} ], "description": "<string>", "tags": [ "<string>" ], "files": [ {} ] } '
{ "id": "<string>", "created_by": { "id": "<string>", "type": "user", "object": "identity" }, "name": "<string>", "created_at": "2023-11-07T05:31:56Z", "tags": [ "<string>" ], "current_version_num": 123, "object": "dataset", "description": "<string>", "archived_at": "2023-11-07T05:31:56Z" }
Items to be included in the dataset
1
The tags associated with the entity
Files to be associated to the dataset
Show child attributes
Successful Response
The identity that created the entity.
user
service_account
"identity"
"dataset"