Go to documentation repository
Page History
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 |
---|---|---|
Any | Yes | Any set of valid characters can be specified instead of "Any" at the end of the command, except for " Event " and " React", for example:
|
Info | ||
---|---|---|
| ||
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. |
Overview
Content Tools