AI

AI Login Authentication

post/api/authentication

Request body

emailstring required
passwordstring required

Example request

{
  "email": "aiuser@example.com",
  "password": "password123"
}

Response

Successful login

access_tokenstring
token_typestring
expires_ininteger
HasAIAccessboolean

Changes