Base URL
The Mimir AIP API is served on port 8080 by default:Response Format
All API responses use JSON format. Successful responses include the requested resource or an array of resources. Error responses include an error message in the response body.Success Response
Error Response
200 OK- Request succeeded201 Created- Resource created successfully202 Accepted- Request accepted for async processing204 No Content- Request succeeded with no response body400 Bad Request- Invalid request parameters or body401 Unauthorized- Missing or invalid authentication404 Not Found- Resource not found405 Method Not Allowed- HTTP method not supported500 Internal Server Error- Server error503 Service Unavailable- Service temporarily unavailable