Skip to main content
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

inputs
string[]

Specifies which input assets to include in the download

outputs
string[]

Specifies which output assets to include in the download

Response

OK

id
string

Unique identifier of the insight

status
string

Current status of the download operation

signed_url
string

URL where the packaged assets can be downloaded from

I