v1
latestOpenAPI 3.0.32026-07-26233989.2 KBAnalysis
Start Analysis
Initiates a background analysis task for a repository
post/api/analysis/start
Request body
Example request
{
"repo": "owner/repository",
"commit_id": "abc123def456",
"access_token": "ghp_xxxxxxxxxxxx",
"service": "github",
"branch": "main",
"include_files": "src/**/*.py,lib/**/*.js,app/**/*.ts",
"exclude_files": "tests/**,node_modules/**,dist/**"
}Response
Analysis successfully started