DeepFellow DOCS

Login

Login user.

POST
/auth/login
emailEmail

User email.

passwordPassword

User password.

Response Body

curl -X POST "https://loading/auth/login" \  -H "Content-Type: application/json" \  -d '{    "email": "string",    "password": "string"  }'
{
  "access_token": "string",
  "expired_at": 0
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}

We use cookies on our website. We use them to ensure proper functioning of the site and, if you agree, for purposes such as analytics, marketing, and targeting ads.