API Reference

The G3 API functions can be classified in multiple dimensions:

  • methods:

    • GET/POST / streaming POST (document is passed as a stream) / batch POST (multiple documents analysed in a single request)

  • specification of the document:

    • plain text with an optional title / a sequence of paragraphs / non-plain text (html, pdf, …)

  • analyses (the values can be combined):

    • all (all of the following analyses) / entities (detect and standardize entities) / tags (assign the document semantic tags) / relations (detect relations between entities) / sentiment (document sentiment) / language (language of the document)

See this page for quick start instructions. See swagger Swagger documentation for more technical info.

Functions

Request Objects