Input formats
These give you information about input format configurations that BlackLab has access to: built-in formats, external format configuration files it found, and user formats if available.
There's also operations to add, update and delete private user formats; those are only available if user authentication and private user corpora are enabled.
- List input formats :
GET /blacklab-server/input-formats
- Add or update input format :
POST /blacklab-server/input-formats
- Input format configuration:
GET /blacklab-server/input-formats/<name>
- Input format XSLT:
GET /blacklab-server/input-formats/<name>/xslt
- Delete input format :
DELETE /blacklab-server/input-formats/<name>