v1
latestOpenAPI 3.1.02026-07-13372867.8 KBeditor
Create New File
Creates a new file with optional initial content.
post/api/editor/create
Request body
Example request
{
"file_text": "Hello, World!",
"path": "/path/to/newfile.txt"
}Response
Successfully created file