Add up to 100 rows in a single request.
cURL
curl --request POST \ --url https://api.adaline.ai/v2/datasets/{datasetId}/rows \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "rows": [ { "values": {} } ] } '
{ "rows": [ { "id": "<string>", "values": {}, "createdAt": 17450965800000, "updatedAt": 17450965800000 } ] }
Workspace API key. Pass as Authorization: Bearer <key>.
Authorization: Bearer <key>
Unique identifier for an entity, between 20 and 80 characters.
20 - 80
columnId
columnName
1 - 100
Show child attributes
Rows added.
Was this page helpful?