Appearance
Rest API
Ocula AI provides a REST API for accessing the data stored in the database. The API is based on the JSON API specification.
The API is available at <your_domain>/api/v1/. Take a look at Postman collection here for more details.
Authentication
The API is authenticated using Laravel Sanctum. The API requires a valid API bearer token to be passed in the Authorization header.