cURL
curl --request POST \ --url https://api.axiom.co/v1/datasets \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "description": "string", "name": "string" }'
{ "created": "2022-07-20T02:35:14.137Z", "description": "string", "id": "string", "name": "string", "who": "string" }
Create a dataset
The access token received from the authorization server in the OAuth 2.0 flow.
Dataset unique name
Dataset description
Created
The RFC3339-formatted time when the dataset was created.
Dataset ID
Unique dataset name
Name of the dataset creator
Was this page helpful?