API Endpoints#
When the server is running, an OpenAPI documentation of the endpoints is automatically generated on the /docs
route (e.g. http://localhost:8000/docs).
The algorithm servers implement a REST API with a common set of endpoints for processing and retreiving data. The main endpoints are listed in the table below.
Type |
Endpoint |
Description |
---|---|---|
GET |
|
Algorithm index or info page |
GET |
|
List available algorithms |
GET |
|
Algorithm info page |
POST |
|
Run the algorithm |
GET |
|
Get algorithm parameters |
GET |
|
Get samples images |