get
https://api.recordedfuture.com/analyst-note/attachment/
Download the binary attachment file associated with an analyst note.
What this endpoint does
Downloads the binary attachment associated with an analyst note. Not all notes have attachments — if the specified note has no attachment, the API returns a 404. The response is raw binary data (not JSON), with application/octet-stream content type.
Response data
The raw binary file content. Returns a 404 JSON error (message, status_code, trace_id) if the note has no attachment or doesn't exist.
