Knowledge Graphs API
Question
Ask a question to specified Knowledge Graphs.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your Writer API key.
Body
application/json
The unique identifiers of the Knowledge Graphs to be queried.
The question to be answered using the Knowledge Graph.
Specify whether to include subqueries.
Determines whether the model's output should be streamed. If true, the output is generated and sent incrementally, which can be useful for real-time applications.
Was this page helpful?