> ## 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.

# Box Noteに変換 リソース

サポート対象のソースコンテンツ (マークダウンなど) からBox Notesを作成します。

## Notesへの変換のレスポンス

作成されたBox Noteファイルを特定します。

<Accordion title="属性と例">
  | プロパティ  | 型              | 必須 | 説明                                                  |
  | ------ | -------------- | -- | --------------------------------------------------- |
  | `type` | `enum<string>` | はい | Boxリソースの種類。Boxファイルの場合は常に`file`。 使用可能なオプション: `file`. |
  | `id`   | `string`       | はい | 作成された`.boxnote`ファイルのBoxファイルID。                      |

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