X-Callback-URL
You can run any X-Callback-URL by creating a Terminal Command action like the one below.

The command above uses the open
Terminal Command to open a URL. Use Action Variables to customize the url and give your AI more options.
Controlling Inbox AI through x-callback-urls
Each action has a url assocoated with it. Right click the action to copy the url:

The URL looks like this:
inboxai://execute?action=STRING&xxx=STRING&originalInput=STRING
Where action
is the id of the action, originalInput
is the original import, and a set of variables (the AI variables defined for your action under "Edit variables").
Additionally, you can also trigger any assigned hotkey using one of these URLs:
inboxai://audio
inboxai://screenshot
inboxai://audio?action=STRING&originalInput=STRING
inboxai://screenshot?action=STRING
These will trigger a screenshot or audio action, including the associated UI. Note that you need to have a hotkey setup for each action you control this way (i.e. else you cannot stop/start recording)
Last updated