With DataBorg APIs, you can upload a text document and get entities, knowledge graph, or extremely compressed version of said document back.
DataBorg APIs can:
NER API allows extracting a set of named entities from any given text.
It currently supports 9 languages, each language model is capable of extracting thousands of entity types.
Each extracted entity will have a type assigned.
Type is returned as text label as well as Wikidata class.
T2KG API allows converting text to knowledge graph.
It currently supports 9 languages and is capable of extracting more than 4000 types of entities with more than 400 relations between them.
The resulting graph is returned in Turtle format.
WebQA API allows asking questions over websites.
It currently supports 10 languages and is capable of answering any natural language questions over any websites indexed by search engines.
The resulting answer is supplemented with links to the sources used to generate said answer.