cURL
curl --request POST \ --url https://ai-loop.alpeadria.com/api/v1/operations \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "db": "<string>", "operation": "get", "database": "datalake", "filter": {}, "data": {} } '
{ "message": "Operation successful.", "success": true, "data": [], "modifiedCount": 1 }
Execute high-level CRUD operations on various collections.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Collection name
get
create
update
delete
getOne
datalake
ailoop
Operation successful.