AI_API / docs /security.md
Pujan-Dev's picture
refact: added the main in readme.md
052f2c6
|
raw
history blame
243 Bytes

Security: Bearer Token Auth

All endpoints require authentication via Bearer token:

  • Set SECRET_TOKEN in .env
  • Add header: Authorization: Bearer <SECRET_TOKEN>

Unauthorized requests receive 403 Forbidden.