---
title: "Add a photo"
method: POST
path: "/v1/file/image"
tags: ["User"]
---

# Add a photo

`POST /v1/file/image`

## Response `200`

OK

- UploadFileResponseV1
  - `name` string — File name of the uploaded image
  - `url` string — The URL of the uploaded image in the server

## Changes

- **2026-08-20** `a5b636acbcd8` — 2 info
  - the `name` response's property default value `` was added for the status `200`
  - the `url` response's property default value `` was added for the status `200`

[Change history](https://skmtc.dev/clockify/apis/clockify-api/changes/v1/file/image/post.md)

---

[API](https://skmtc.dev/clockify/apis/clockify-api.md) · [All operations](https://skmtc.dev/clockify/apis/clockify-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clockify/clockify-api/revisions/a5b636acbcd8/schema)
