Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your Writer API key.
Body
application/json
The text to convert into a graph structure. Maximum of 35,000 words.
Response
200 - application/json
The graph structure generated from the input text, represented by a string array of entities and relationships.
A string array of entities and relationships representing the graph structure generated from the input text.