---
title: "Get Signed Chat Image Url"
method: POST
path: "/ai/signed-chat-image-url"
tags: ["AI Chat"]
---

# Get Signed Chat Image Url

`POST /ai/signed-chat-image-url`

Generates a signed URL for a given chat image storage path.

## Request body

- SignedURLRequest
  - `storage_path` string, required

## Response `200`

Successful Response

- SignedURLResponse
  - `signed_url` string, required
  - `error` string, nullable

## Other responses

- `422` — Validation Error

---

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