Body
Response
The number of IO pairs in the dataset
The status of the dataset creation process
The dataset is in the queue to be created
The dataset is currently being created
The dataset is ready! Learn how to fine-tune it here
The creation of the dataset failed. Try again, and reach out to us at
support@automorphic.ai if you’re having any issues.
The time that the dataset was created at
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"
}