You can create a dataset using the Athina API. The API allows you to create a dataset with the following fields:Documentation Index
Fetch the complete documentation index at: https://docs.athina.ai/llms.txt
Use this file to discover all available pages before exploring further.
Required Fields
Source of the dataset creation. For creation via API, this field must be ‘api’
Name of the dataset. Name must be unique. If dataset with the same name
already exists, API will throw 400
Description of the dataset
Rows of the dataset.Fields in a single dataset rowA dataset row can have any key-value pairs. Support data types for value are:
- integer
- string
- boolean
- object
- array