---
title: "Check a File"
method: POST
path: "/bdmanager.checkifexists/{binaryDataId}"
tags: ["Attachments"]
---

# Check a File

`POST /bdmanager.checkifexists/{binaryDataId}`

Checks whether the file with the specified `id` exists. Returns `true` within the `data` property if the file exists.

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `data` boolean[]
    - `status` integer

---

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