RESTful API for Intellectual Analysis Platform
API is operational and ready to handle requests
Most endpoints require authentication. Include the JWT token in the Authorization header:
Authorization: Bearer <your-token>
Base URL: /api
Response Format: All responses follow a standardized JSON format
Documentation: See README.md for complete API documentation