cuse home page
Search...
Search...
Navigation
editor
Create New File
Documentation
API Reference
Website
GitHub
Discord
mouse
POST
Move Mouse Cursor
POST
Perform Left Click
POST
Perform Right Click
POST
Perform Middle Click
POST
Perform Double Click
POST
Drag Mouse
GET
Get Cursor Position
POST
Scroll Mouse Wheel
keyboard
POST
Press Key
POST
Type Text
POST
Press Hotkey Combination
POST
Hold Key
POST
Release Key
display
GET
Take Screenshot
GET
Get Screen Size
POST
Locate Image on Screen
POST
Get Pixel Color
bash
POST
Execute Shell Command
GET
Get Process Output
DEL
Terminate Process
POST
Restart System
GET
List Managed Processes
editor
POST
View File Contents
POST
Create New File
POST
Replace String
POST
Insert Text
POST
Undo Last Edit
keychain
POST
Store Keychain Item
POST
Delete Keychain Item
GET
List Services
POST
Authenticate Service
filesystem
POST
List Directory Contents
POST
Get Directory Tree
POST
Search Files
GET
Get Path Info
API Reference
GET
Root
GET
Api Root
editor
Create New File
Creates a new file with optional initial content.
POST
/
api
/
editor
/
create
Try it
Body
application/json
path
string
required
File path to create
file_text
string | null
Initial file contents
View File Contents
Replace String