Analysis
Start Analysis
Initiates a background analysis task for a repository
POST
Documentation Index
Fetch the complete documentation index at: https://docs.codeant.ai/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Repository identifier (format varies by service)
Example:
"owner/repository"
Git commit SHA or identifier
Example:
"abc123def456"
Authentication token for the service
Example:
"ghp_xxxxxxxxxxxx"
Version control service provider
Available options:
github, azuredevops, gitlab, bitbucket Example:
"github"
Git branch name
Example:
"main"
Comma-separated file patterns to include in analysis
Example:
"src/**/*.py,lib/**/*.js,app/**/*.ts"
Comma-separated file patterns to exclude from analysis
Example:
"tests/**,node_modules/**,dist/**"
Response
Analysis successfully started
Success message