Creates a download package containing the specified input and output files from an insight
cURL
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>" }
aoiId
insightId
Specify which inputs and outputs to include
Specifies which input assets to include in the download
Specifies which output assets to include in the download
OK
Unique identifier of the insight
Current status of the download operation
URL where the packaged assets can be downloaded from