box-node-sdk

NotesManager

Convert content to Box Note

Creates a Box Note (.boxnote file) from supported source content. See the content_format field for supported formats.

This operation is performed by calling function createNoteConvertV2026R0.

See the endpoint docs at API Reference.

await client.notes.createNoteConvertV2026R0({
  content: markdownContent,
  contentFormat: 'markdown' as NotesConvertRequestBodyV2026R0ContentFormatField,
  parent: new FolderReferenceV2026R0({ id: '0' }),
  name: noteName,
} satisfies NotesConvertRequestBodyV2026R0Input);

Arguments

Returns

This function returns a value of type NotesConvertResponseV2026R0.

The note was created successfully.