Create a new community
Creates a new community in the graph.
While communities are typically built automatically via the /graphs/{id}/communities/build endpoint,
this endpoint allows you to manually create your own communities.
This can be useful when you want to:
- Define custom groupings of entities based on domain knowledge
- Add communities that weren't detected by the automatic process
- Create hierarchical organization structures
- Tag groups of entities with specific metadata
The created communities will be integrated with any existing automatically detected communities
in the graph's community structure.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
collection_id
The collection ID corresponding to the graph to create the community in.
Headers
X-API-Key
Request
This endpoint expects an object.
name
The name of the community
summary
A summary of the community
findings
Findings about the community
rating
Rating between 1 and 10
rating_explanation
Explanation for the rating
Response
Successful Response
results