X-Callback-URL

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

A very basic Terminal Command

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:

Right click to get the x-callback-url of any action

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)

The screenshot and audio x-callback action do not support sending any ai variables.

Last updated