DocsAPI ReferenceNewsroom/bff/newsroom/shortlist/{shortlistId}/generate-draft
postNewsroomAdmin BFF

/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

1 total
Path · 1
shortlistIdstringRequired

External ID of the shortlist item.

Request

POST /bff/newsroom/shortlist/{shortlistId}/generate-draft

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

Get API Key