Analyst Notes: Draft

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.

Body Params
attributes
required
events
array
events
string
required

Entity id for note source.

string

Report identity of analyst note, that is not published yet.

boolean
Defaults to true

Determines if the entity resolver should be used on the note title and text for automated tagging of entities.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json