> ## Documentation Index
> Fetch the complete documentation index at: https://developer.box.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Convert to Box note resources

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

## Notes convert response

Identifies the created Box Note file.

<Accordion title="Attributes and example">
  | Property | Type           | Required | Description                                                                     |
  | -------- | -------------- | -------- | ------------------------------------------------------------------------------- |
  | `type`   | `enum<string>` | Yes      | The Box resource type; always `file` for a Box file. Available options: `file`. |
  | `id`     | `string`       | Yes      | Box file ID of the created `.boxnote` file.                                     |

  ```json Example theme={null}
  {
    "type": "file",
    "id": "1234567890"
  }
  ```
</Accordion>
