Skip to main content
Create Box Notes from supported source content (for example Markdown).

Notes convert response

Identifies the created Box Note file.
PropertyTypeRequiredDescription
typeenum<string>YesThe Box resource type; always file for a Box file. Available options: file.
idstringYesBox file ID of the created .boxnote file.
Example
{
  "type": "file",
  "id": "1234567890"
}
Last modified on July 9, 2026