Skip to main content

Upload new documents.

Implemented as asynchronous request and returns 202 ACCEPTED.Documents will be uploaded, segmented and analyzed.If any annotations are given, these will also be analyzed and added to the database.

Path Parameters
  • project_id integer required

    ID of the project

Request Body array required
  • text string

    The document text

  • id integer

    The ID of the document.

Responses

Accepted

Loading...