Open API
The Predictive Maintenance API is currently an open API with no authentication required. This allows for quick integration and testing during development.Base URL
The live API is available at:Example Request
CORS Configuration
The API is configured to accept requests from the following origins:http://localhost:3000http://localhost:5173http://localhost:8080http://127.0.0.1:3000http://127.0.0.1:5173http://127.0.0.1:8080- All Vercel preview deployments (
https://*.vercel.app)
Allowed Methods
Allowed Headers
Credentials are enabled (
allow_credentials: true), allowing cookies and authentication headers to be sent with requests.