Skip to main content

Base URL

http://localhost:8000
Production:
https://api.olis.app

Authentication

Most endpoints require authentication via JWT token:
curl -H "Authorization: Bearer YOUR_TOKEN" \
  https://api.olis.app/api/chat

Available Endpoints

Interactive Documentation

Visit the auto-generated API docs:
  • Swagger UI: http://localhost:8000/docs
  • ReDoc: http://localhost:8000/redoc

Rate Limits

  • 100 requests per minute per user
  • 1000 requests per hour per user

Error Codes

Invalid request parameters
Missing or invalid authentication token
Rate limit exceeded
Server error, contact support