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

Authorizations

Authorization
string
header
required

Send the API generated from the Playground:

  • Authorization: <api_key>

Body

Response

202 - application/json

The response is of type object.