POST
/
v1
/
storage
/
{graph_id}
/
retrieval
/
cURL
curl --request POST \
  --url https://api.unize.org/v1/storage/{graph_id}/retrieval/ \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "system": "rt-0.5",
  "question": "<string>"
}'
{
  "retrieval_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

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

Response

202 - application/json

The response is of type object.