Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The HTTP API allows receiving data in xml XML format for further processing in scripts. To send a file, perform a POST request.

...

Request parameters:

Parameter

Is requiredRequired

Description

AnyYes

Any set of valid characters can be specified instead of "Any" at the end of the command, except for " Event " and " React", for example:

  • http://127.0.0.1:8080/intellect_core
  • http://127.0.0.1:8080/intellect_core/Any
  • http://127.0.0.1:8080/intellect_core/Custom


Info
titleNote

In the requests, it is necessary to specify the port set up in the Web server settings — see Configuring the Web-server module.

Request example:

POST http://127.0.0.1:8080/intellect_core/Any

...

After receiving the data in xml XML format in Intellect, the following event is generated:

...

Parameter

Description

data

Request body (i.e. the above xmlXML in the example above) base64-encoded.

url Part of the posted url.