API Overview
The SPN API is built with FastAPI and follows REST conventions.Base URL
Authentication
The API uses JWT (JSON Web Tokens) for authentication.Getting a Token
Using the Token
Include the token in the Authorization header:Rate Limits
Endpoints Summary
Response Format
Success
Error
OpenAPI Documentation
Interactive API documentation is available at:- Swagger UI: http://localhost:8000/docs
- ReDoc: http://localhost:8000/redoc