---
title: "POST /api/attachments/refresh-urls/"
method: POST
path: "/api/attachments/refresh-urls/"
tags: ["api"]
---

# POST /api/attachments/refresh-urls/

`POST /api/attachments/refresh-urls/`

## Request body

- RefreshUrlsRequestSchema
  - `attachment_urls` string[], required

## Response `200`

- RefreshUrlsResponse
  - `refreshed_urls` RefreshedUrl[], required
    - `original` string, required
    - `refreshed` string, required

## Other responses

- `400`

---

[API](https://skmtc.net/spacebarchat/apis/spacebar-server.md) · [All operations](https://skmtc.net/spacebarchat/apis/spacebar-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spacebarchat/spacebar-server/versions/034b4e879932/schema)
