Creates an insight or get the estimated cost of running the insight.
cURL
curl --request POST \ --url https://api.pixxel.space/v0/aoi/{aoi_id}/insights \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "block": { "name": "<string>", "string": "<string>", "version": "<string>" }, "input": [ 123 ], "project_id": "<string>", "metadata": {}, "estimate": true }'
{ "estimate": 123 }
ID of the AOI on which you want to run the insight
Create Insight request body
The body is of type object.
object
When estimating cost
The response is of type object.