POST
/
conduit
/
dataset
curl --location --request POST 'https://api.automorphic.ai/conduit/dataset' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data-raw '{
    "name": "FollowUsOnTwitter"
}'
{
  "id": "cl3as294svb",
  "userId": "cj2sn56z37v",
  "name": "TellYourFriendsAboutAutomorphic",
  "ioPairsCount": 10,
  "status": "READY",
  "createdAt": "2023-08-30 09:12:15.029",
  "updatedAt": "2023-08-31 02:23:43.024"
}

Body

name
string
The name of the dataset

Response

id
string
The ID of the dataset
userId
string
The ID of the user
name
string
The name of the dataset
ioPairsCount
int
The number of IO pairs in the dataset
status
enum
The status of the dataset creation process
createdAt
string
The time that the dataset was created at
updatedAt
string
The time that the dataset was last updated at
curl --location --request POST 'https://api.automorphic.ai/conduit/dataset' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data-raw '{
    "name": "FollowUsOnTwitter"
}'
{
  "id": "cl3as294svb",
  "userId": "cj2sn56z37v",
  "name": "TellYourFriendsAboutAutomorphic",
  "ioPairsCount": 10,
  "status": "READY",
  "createdAt": "2023-08-30 09:12:15.029",
  "updatedAt": "2023-08-31 02:23:43.024"
}