Create a draft analyst note in the database without publishing it.
What this endpoint does
Creates a draft analyst note from a JSON payload without publishing it. The draft is saved to the database and becomes available for editing through the Recorded Future note editor UI. Use this when you want to stage a note for review before publishing — the note will not be visible to other users until explicitly published via Analyst Notes: Publish.
The request body requires a source (your organization's source ID), note attributes (title, text, and entity references), and optionally resolve_entities: true to automatically link entity mentions in the text to Recorded Future entities.
Response data
A report_id string (e.g., doc:wB0Rhk) identifying the draft. Use this ID with Analyst Notes: Lookup to retrieve the full draft, or with Analyst Notes: Publish to make it live.
