/bff/issue/run-ai-workflow
Manually triggers the AI workflow for an issue. This classifies the issue, checks for spam, and processes it through configured AI routes.
IssuepostBffIssueRun-ai-workflow
Parameters
1 body
Body · 1
issueKeystringRequiredIssue key to process.
Request
POST /bff/issue/run-ai-workflow
curl -X POST "https://api.bizkithub.com/bff/issue/run-ai-workflow" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"issueKey": "PROJ-123"
}'Response
JSON payload
{
"success": false
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.