There was an error while loading. Please reload this page.
Bright provides a RESTful API for managing search indexes and documents.
http://localhost:3000
All responses are in JSON format.
{ "hits": [...], "totalHits": 10, "totalPages": 2 }
{ "error": "error message" }
200 OK
201 Created
204 No Content
400 Bad Request
404 Not Found
500 Internal Server Error