Endpoints
#
/api/publication/{id}/{display}/renderMethod: POST
Request headers
Property | Value |
---|---|
Content-Type | application/json |
X-API-Key | Your API key |
Request body (JSON)
Property | Default | Required | Comments |
---|---|---|---|
layers | {} | no | To override the properties of the layers. |
connectors | [] | no | The list of the activated connectors for this publication. Each targeted layer should also be enabled for the connectors with the connected property. |
connectorsParameters | {} | no | To override the connectors parameters. |
returnType | binary | no | Can be binary or url . |
Request body example
Response
A binary file (image/jpeg) or an url.
#
/api/template/{id}/{display}/renderMethod: POST
Request headers
Property | Value |
---|---|
Content-Type | application/json |
X-API-Key | Your API key |
Request body (JSON)
Property | Default | Required | Comments |
---|---|---|---|
layers | {} | no | To override the properties of the layers. |
connectors | [] | no | The list of the activated connectors for this publication. Each targeted layer should also be enabled for the connectors with the connected property. |
connectorsParameters | {} | no | To override the connectors parameters. |
Request body example
Response
A binary file (image/jpeg).