---
title: "POST /attachments/notify/{token}"
method: POST
path: "/attachments/notify/{token}"
tags: ["attachments"]
---

# POST /attachments/notify/{token}

`POST /attachments/notify/{token}`

Get Attachment information

## Path parameters

- `token` string, required

## Query parameters

- `filename` string

## Response `201`

Attachment information

- object
  - `token` string, required — Token for the uploaded file
  - `size` number, required — File size in bytes
  - `url` string, required — URL of the uploaded file
  - `path` string, required — file path
  - `mimetype` string, required — MIME type of the uploaded file
  - `width` number — Image width of the uploaded file
  - `height` number — Image height of the uploaded file
  - `presignedUrl` string, required — Preview url

---

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