cURL
curl --request POST \ --url https://api.intelligence.io.solutions/api/r2r/v3/graphs/{collection_id}/communities/build \ --header 'Authorization: Bearer <token>'
{ "results": { "message": "message" } }
Creates communities in the graph by analyzing entity relationships and similarities.
The access token received from the authorization server in the OAuth 2.0 flow.
ID of the collection
200
Show child attributes
"message"
Was this page helpful?