/bff/newsroom/shortlist/{shortlistId}/generate-draft
Runs the 3-pass AI writing pipeline (digest, article, fact-check) for a shortlist item. The resulting draft is saved as a private record and can be reviewed before being published as a Post.
NewsroompostBffNewsroomShortlistByShortlistIdGenerate-draft
Parameters
1 path
Path · 1
shortlistIdstringRequiredExternal ID of the shortlist item.
Request
POST /bff/newsroom/shortlist/{shortlistId}/generate-draft
curl -X POST "https://api.bizkithub.com/bff/newsroom/shortlist/example_shortlistId/generate-draft" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"success": false,
"draftId": "example_draftId",
"status": "example_status"
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.