---
title: "Request download"
method: POST
path: "/v1/drive/download"
tags: ["drive"]
---

# Request download

`POST /v1/drive/download`

Generate signed download URL(s) for one or more objects

## Request body

- ModelsDriveDownloadRequest
  - `object_ids` string[]

## Response `200`

OK

- ModelsDriveDownloadResponse
  - `download_url` string
  - `download_urls` ModelsDriveDownloadItem[]
    - `download_url` string
    - `name` string
    - `object_id` string
    - `size` integer
  - `expires_at` string
  - `total_size` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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