cURL
curl --request POST \ --url https://api.cognee.ai/api/v1/auth/login \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'username=<string>' \ --data 'password=<string>'
200
example
"<any>"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type any.
any