Use the local API to control the installed Noor app via local integrations from apps like Raycast, CLIs, or other apps.

API Endpoint: 127.0.0.1:51111

<aside> 💡 Port can be 51111, 51112, 51113 (in that order). To check if Noor is responding, send a GET request to /is_noor endpoint and you should receive “Yes” as the response.

</aside>

Commands

Join Grid

to join user in grid

Body (JSON)

{ type: "joinGrid" }

Join Dialog

To join user in a dialog with other participants

Body (JSON)

{
  type: "joinDialog",
  dialogId: "string"
}

Unlink Dialog

To leave dialog and join somewhere else

Body (JSON)