Call via REST
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import BrowserWindow from '@site/src/components/browser-window';
You can call a script from an external source via a REST API endpoint. Calling a script requires:
- input values,
- authentication token
This allows instantaneous deployment of scientific methods for external consumption. To find out how to use it:
- Find a script
- Press F4 to open the context panel on the right
- Expand the
RESTpane on it
Both JavaScript and Curl samples are provided.
caution
DataFrame and File inputs are not supported
REST API panel
