Parameters
1 path
Path parameters
· 1shortlistIdstringRequiredExternal ID of the shortlist item.
Example
example_shortlistIdRuns 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.
1 path
shortlistIdstringRequiredExternal ID of the shortlist item.
example_shortlistId1 status code documented
successbooleanRequireddraftIdstringRequiredExternal ID of the generated draft.
statusstringRequiredready | error
{
"success": false,
"draftId": "example_draftId",
"status": "example_status"
}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"All BizKitHub public API endpoints require authentication via API key.