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 only supports English language, but is capable of extracting more than 4000 types of entities with more than 200 relations between them.
The resulting graph is returned in Turtle format.