---
title: "Register attachment metadata after upload"
method: POST
path: "/v1/work-orders/{id}/attachments"
tags: ["Work Orders"]
---

# Register attachment metadata after upload

`POST /v1/work-orders/{id}/attachments`

## Path parameters

- `id` string, required

## Request body

- object
  - `url` string, required
  - `filename` string
  - `mime_type` string
  - `caption` string
  - `category` 'before' | 'during' | 'after' | 'inspection' | 'other'

## Response `200`

Default Response

---

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