---
title: "Upload Expense Attachment File"
method: POST
path: "/v1/public/expenses/files"
tags: ["Expenses"]
---

# Upload Expense Attachment File

`POST /v1/public/expenses/files`

## Response `200`

OK

- PublicExpenseFileUploadResponse
  - `ok` boolean, required
  - `file_id` string, required
  - `filename` string, nullable
  - `ctx_id` string, nullable

## Other responses

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

---

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