POST
/
api
/
v1
/
auth
/
login
Auth:Cookie.Login
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>'
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/x-www-form-urlencoded

Response

200
application/json

Successful Response

The response is of type any.