/bff/newsroom/draft/{draftId}
Returns the generated article markdown plus thumbnail prompts and social media texts.
NewsroomgetBffNewsroomDraftByDraftId
Parameters
1 path
Path · 1
draftIdstringRequiredExternal ID of the draft.
Request
GET /bff/newsroom/draft/{draftId}
curl -X GET "https://api.bizkithub.com/bff/newsroom/draft/example_draftId" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"id": "example_id",
"shortlistId": "example_shortlistId",
"status": "example_status",
"title": "example_title",
"perex": "example_perex",
"articleMarkdown": "example_articleMarkdown",
"thumbnail169": {
"prompt": "example_prompt",
"description": "example_description"
},
"thumbnail916": {
"prompt": "example_prompt",
"description": "example_description"
},
"linkedinText": "example_linkedinText",
"instagramText": "example_instagramText",
"factCheckNotes": {
"isClean": false,
"summary": "example_summary",
"findings": [
{
"issue": "example_issue",
"justification": "example_justification"
}
]
},
"postId": 0,
"errorMessage": "example_errorMessage",
"modelWriter": "example_modelWriter",
"modelFactCheck": "example_modelFactCheck",
"source": "example_source",
"sourceUrl": "example_sourceUrl",
"feedId": "example_feedId"
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.