Skip to content

Backend documentation

The BioSegment backend API is implemented using FastAPI. Documentation is automatically generated and available via a website on the instance. Their are two different documentation sites with different features.

OpenAPI

Available at localhost/docs.

  • interactive interface

ReDoc

Available at localhost/redoc.

  • no interactive interface
  • supports some more advanced OpenAPIv3 features