v1

latestOpenAPI 3.0.1The University of Illinois/NCSA Open Source License (NCSA)2026-07-1727211165.4 KB
extractors

Register information about an extractor

Register information about an extractor. Used when an extractor starts up.

post/extractors

Request body

object required

All fields in example are required. The value of repository can be single value or an array.

Example request

{
  "name": "test",
  "version": "0.1.0",
  "description": "test",
  "author": "Yan",
  "contributors": [],
  "contexts": [],
  "repository": [],
  "external_services": [],
  "libraries": [],
  "bibtex": [],
  "process": []
}

Response

OK