POST
/
v0
/
aoi
/
{aoi_id}
/
insights
Create Insights on an AOI
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
}

Authorizations

Authorization
string
header
required

Path Parameters

aoi_id
string
required

ID of the AOI on which you want to run the insight

Body

application/json

Create Insight request body

The body is of type object.

Response

200
application/json

When estimating cost

The response is of type object.