---
title: "POST /candidates/{candidate_pk}/attachments/"
method: POST
path: "/candidates/{candidate_pk}/attachments/"
tags: ["candidates"]
---

# POST /candidates/{candidate_pk}/attachments/

`POST /candidates/{candidate_pk}/attachments/`

An API endpoint that allows attachments to be viewed, deleted or updated.

## Request body

- object
  - `id` integer
  - `name` string, required
  - `description` string
  - `file` string, required — Url leading to the attachment file.
  - `creator` integer, nullable
  - `created_at` string, date-time

## Response `201`

- object
  - `id` integer
  - `name` string, required
  - `description` string
  - `file` string, required — Url leading to the attachment file.
  - `creator` integer, nullable
  - `created_at` string, date-time

---

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