Skip to content

Information

Endpoints that provide information about the server and corpora.

  • Server information : GET /blacklab-server
    Information about the server, such as BlackLab version, list of corpora, authentication status.
  • Corpus information : GET /blacklab-server/<corpus-name>/
    Information about the corpus such as size, document format, fields, and status.
  • Corpus status : GET /blacklab-server/<corpus-name>/status
    Status of the corpus, such as whether it is available for searching, and some basic metadata.
  • Field information : GET /blacklab-server/<corpus-name>/fields/<fieldname>
    Information about a (metadata or annotated) field in the corpus, such as a list of values.
  • Span and relation types : GET /blacklab-server/<corpus-name>/relations
    What span and relation types occur in the corpus?

Apache license 2.0