DocsAPI ReferenceNewsroom/bff/newsroom/draft/{draftId}
getNewsroomAdmin BFF

/bff/newsroom/draft/{draftId}

Returns the generated article markdown plus thumbnail prompts and social media texts.

NewsroomgetBffNewsroomDraftByDraftId

Parameters

1 path

1 total
Path · 1
draftIdstringRequired

External ID of the draft.

Request

GET /bff/newsroom/draft/{draftId}

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

Get API Key