Knowledge Graph API
Question
Ask a question to specified Knowledge Graphs.
POST
/
v1
/
graphs
/
question
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The unique identifiers of the Knowledge Graphs to be queried.
Specify whether to include subqueries.
The question to be answered using the Knowledge Graph.
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.