Version 1.7 of the documentation is no longer actively maintained. The site that you are currently viewing is an archived snapshot. For up-to-date documentation, see the latest version.
HugeGraph RESTful API
⚠️ Version compatibility notes
- Current graph resource paths begin with
/graphspaces/{graphspace}/graphs/{graph}.- HugeGraph 1.5.x and earlier use
/graphs/{graph}. The request formats of APIs such as graph creation and cloning also differ from the current version.- The default graph space is
DEFAULT.- See the HugeGraph 1.5.x RESTful API documentation for older versions.
After starting Server, open http://localhost:8080/swagger-ui/index.html to view the OpenAPI page for the current version. See the usage example.