cURL
curl --request POST \ --url https://ai-loop.alpeadria.com/api/v1/datalake/{source}/databases/{db}/documents \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "_id": "60d5ecb31f3f4a0015f8a0a1", "field1": "value1", "field2": "value2" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The body is of type object.
object
Document created successfully.
The response is of type object.