cuse home pagelight logodark logo
  • 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
    API Reference

    Api Root

    GET
    /
    api
    Copy
    curl --request GET \
      --url http://localhost:4242/{computer_name}/api
    Copy
    "<any>"

    Response

    200 - application/json

    Successful Response

    The response is of type any.

    Root
    githubdiscord
    Powered by Mintlify
    Copy
    curl --request GET \
      --url http://localhost:4242/{computer_name}/api
    Copy
    "<any>"
    Assistant
    Responses are generated using AI and may contain mistakes.