DocsAPI ReferenceIssue/bff/issue/run-ai-workflow
postIssueAdmin BFF

/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

1 total
Body · 1
issueKeystringRequired

Issue key to process.

Request

POST /bff/issue/run-ai-workflow

post
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.

Get API Key