PUT
/
v0
/
aoi
/
{aoi_id}
/
insights
/
{insight_id}
/
download
Download Insights
curl --request PUT \
  --url https://api.pixxel.space/v0/aoi/{aoi_id}/insights/{insight_id}/download \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "inputs": [
    "<string>"
  ],
  "outputs": [
    "<string>"
  ]
}'
{
  "id": "<string>",
  "status": "<string>",
  "signed_url": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

aoi_id
string
required

aoiId

insight_id
string
required

insightId

Body

application/json

Specify which inputs and outputs to include

The body is of type object.

Response

200
application/json

OK

The response is of type object.