eScriptorium’s API¶
Note
An API (for Application Programming Interface) is an interface that allows a program to interact with the application without using human actions on the graphic interface.
eScriptorium has an RESTful API endpoint accessible at {base_url}/api/
.
For example :
escriptorium.example/api
.
You can use the escriptorium-connector Python library to interact with the application’s API. You can find more information about it here: https://pypi.org/project/escriptorium-connector/