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" }
Send the API generated from the Playground:
Authorization: <api_key>
The response is of type object.
object