Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Send the API generated from the Playground:

  • Authorization: <api_key>

Path Parameters

graph_id
string
required

The graph_id of the knowledge graph to ask a question to. A graph_id is an alphanumeric string that uniquely identifies a knowledge graph.

Body

question
string
required

A natural language question that the API will try to answer using the knowledge graph.

system
enum<string>
default:rt-0.5
  • rt-0.5 (default) - first retrieval system
Available options:
rt-0.5

Response

202 - application/json
retrieval_id
string<uuid>
required

The alphanumeric string that uniquely identifies the retrieval request.