You can use simple POST API requests to add rows to a dataset.
POST
https://api.athina.ai/api/v1/dataset_v2
athina-api-key
: YOUR_ATHINA_API_KEYContent-Type
: application/json
POST
https://api.athina.ai/api/v1/dataset_v2/:dataset_id/add-rows
athina-api-key
: YOUR_ATHINA_API_KEYContent-Type
: application/json
dataset_id
from the dataset URL in the browser, or from the
response of the create request.query
and is of type string
,
then all rows with the field query
must be of type string
.