Start Augmentation Job
Start a background graph analysis job.
Supported job types:
- community_detection group related entities into topic clusters.
- pagerank_calculation calculate entity importance scores.
- undo_community_detection / undo_pagerank_calculation remove previous analysis results.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "http://127.0.0.1:14242/graph/augmentation/start" \ -H "Content-Type: application/json" \ -d '{ "job_type": "string" }'{
"success": true,
"job_id": "string",
"job_type": "string",
"message": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}