Skip to content

REST API

This page provides information about the (self-hosted) interactive documentation of the Cryton REST API endpoints. It also provides a list of changes and some important notes.

To access the Swagger or Redoc pages, install and start the Cryton Hive application as described here or here.

Uploading files

Files must be uploaded as bytes and encoded using UTF-8.

Swagger interactive documentation

If you are interested in the Swagger interactive documentation, open the Cryton REST API or browse to the /doc endpoint.
For example: http://127.0.0.1:8000/doc/.

Redoc interactive documentation

If you are interested in the Redoc interactive documentation, browse to the /redoc endpoint on Cryton REST API.
For example: http://127.0.0.1:8000/redoc/.

API changes

There are no changes.