Apache TinkerPop Gremlin Server API

The Gremlin Server provides WebSocket and HTTP endpoints for submitting Gremlin traversals to a remote graph database. The HTTP API accepts POST requests with Gremlin traversal strings or bytecode at /gremlin endpoint. The WebSocket API supports binary (GraphBinary) and text (GraphSON) serialization formats. Gremlin Server also exposes REST-like endpoints for graph management operations.