Create a new graph
curl --request POST \ --url https://api.circlemind.co/graph/{graph_name} \ --header 'Content-Type: application/json' \ --header 'apiKey: <api-key>' \ --data '{ "domain": "<string>", "exampleQueries": "<string>", "entityTypes": [ "<string>" ] }'
{ "domain": "<string>", "exampleQueries": "<string>", "entityTypes": [ "<string>" ] }
Data model for graph configuration request.
Data model for graph configuration response.