JavaScript
import Morphik from 'morphik'; const client = new Morphik({ apiKey: 'My API Key', }); const response = await client.graph.visualization('name'); console.log(response);
{}
Get graph visualization data.
This endpoint retrieves the nodes and links data needed for graph visualization. It works with both local and API-based graph services.
Successful Response
The response is of type Response Get Graph Visualization Graph Name Visualization Get · object.
Response Get Graph Visualization Graph Name Visualization Get · object
Was this page helpful?