af3fca8cbe6f

latestOpenAPI 3.0.02026-08-1122089.2 KB
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