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
The body is of type object.
object
OK
The response is of type object.