---
title: "Create a download request for assets in an AOI"
method: POST
path: "/v0/aois/{aoi_id}/downloads"
tags: ["Downloads"]
---

# Create a download request for assets in an AOI

`POST /v0/aois/{aoi_id}/downloads`

Creates a download request for specified assets in an AOI

## Path parameters

- `aoi_id` string, required

## Request body

- AtlasDownloadCreateModel
  - `asset_ids` string[], required

## Response `201`

Created

- AtlasDownloadReadModel
  - `download_id` string
  - `signed_url` string
  - `status` string

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/pixxel/apis/stargate.md) · [All operations](https://skmtc.net/pixxel/apis/stargate/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pixxel/stargate/revisions/b501e2ca5a9d/schema)
