Analyst Notes: Publish

Publish an analyst note, making it visible to your organization.

What this endpoint does

Publishes an analyst note, making it visible to your organization and discoverable through Analyst Notes: Search. This is the primary endpoint for creating production analyst notes — unlike Analyst Notes: Draft, published notes are immediately live.

The request body requires a source, note attributes (title, text, entity references, topic, and optional validation URLs), and supports resolve_entities for automatic entity linking.

Response data

A report_id string identifying the published note. Use this ID with Analyst Notes: Lookup to retrieve the full published content.

Body Params
attributes
required
string
required

Entity id for note source.

boolean
Defaults to false

Determines if the <entity></entity> tags should be inline with entities in the note title and text.

boolean
Defaults to false

Determines if HTML tags are escaped, applied only when tagged_text = true.

string
enum
Defaults to full

Entity serialization level. When set to id, only the entity id will be included. Setting it to min leads to the id and name being included and setting it to full means that each entity will have the id, name, type and possibly a description included in the response.

Allowed:
string

The id of an existing note to edit.

boolean
Defaults to true

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

attachment_content_details
object

Attachments are only allowed for Recorded Future notes sources

events
array
events
Responses

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