---
title: "Attach files to incident"
method: POST
path: "/incidents/{id}/files"
tags: ["Incidents"]
---

# Attach files to incident

`POST /incidents/{id}/files`

Attach one or more files to this incident.

Files can include:
- Documentation and reports
- Maps and geographic data
- Resource planning documents
- Communication materials
- Administrative records

**Request Body:**
- file: File ID to attach
- file_type_t: Optional file type description

## Request body

- object
  - `file` integer, required — File ID to attach
  - `file_type_t` string — File type description

## Response `201`

File attached successfully

## Other responses

- `400` — Invalid file data
- `404` — Incident or file not found

---

[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)
