---
title: "Download volunteer photos as a ZIP file."
method: POST
path: "/tools/volunteer-photos/api/download/"
tags: ["tools"]
---

# Download volunteer photos as a ZIP file.

`POST /tools/volunteer-photos/api/download/`

POST body should contain:
{
    "photo_ids": [1, 2, 3],
    "incident_id": 123 (optional)
}

## Response `201`

Created

---

[API](https://skmtc.dev/crisiscleanup/apis/crisiscleanup-api.md) · [All operations](https://skmtc.dev/crisiscleanup/apis/crisiscleanup-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/crisiscleanup/crisiscleanup-api/revisions/3fa73d4b2895/schema)
