-
Notifications
You must be signed in to change notification settings - Fork 50
OpenAPI REST API
Cineast can be interfaced with using its OpenAPI REST API.
To view the REST API documentation, navigate to cineast-url:port/swagger-ui
where cineast-url
is the URL of a running Cineast instance and port
is the port the REST API is configured to use (4567 by default).
The OpenAPI specifications used to automatically generate client code for the REST API can be accessed similarly at cineast-url:port/openapi-specs
.
Using the OpenAPI Specifications, you have to choose your own language and then generate the bindings accordingly. We recommend to use the official OpenAPI Generators.
NOTE Please be aware that due to a bug, currently it is recommended to turn off the validation step.
To re-generate the OpenAPI Specifications, please follow the steps outlined in the README
- Home
- Setup
- Environment Setup
- Getting Started
- Optional: Retrieval Setup Guide
- Research: Working with Existing Data
- Working with Multimedia Data
- Advanced
- API Documentation
- CLI