Skip to content

Documents

Retrieve metadata and (parts of) the content of a document.

  • Document metadata : GET /blacklab-server/<corpus-name>/docs/<pid>
    Retrieve the metadata for a document.
  • Document contents : GET /blacklab-server/<corpus-name>/docs/<pid>/contents
    Retrieve the original input document.
  • Document snippet : GET /blacklab-server/<corpus-name>/docs/<pid>/snippet
    Get a snippet from the document.

Apache license 2.0