POST
/
v1
/
storage
/
generate
curl --request POST \
  --url https://api.unize.org/v1/storage/generate/ \
  --header 'Content-Type: application/json' \
  --data '{
  "execution_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "api_key": "<string>",
  "goal": "<string>",
  "documents": [
    {
      "text": "<string>",
      "source_title": "<string>",
      "source_url": "<string>",
      "source_author": "<string>",
      "source_date": "<string>",
      "override_goal": "<string>"
    }
  ],
  "system": "ST-0.5"
}'
{
  "execution_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Body

application/json
Graph data to create

The body is of type object.

Response

202
application/json
Graph created successfully

The response is of type object.