---
title: "Get signed URL for a prompt image"
method: GET
path: "/v1/workflows/prompt-image/signed-url"
tags: ["workflows"]
---

# Get signed URL for a prompt image

`GET /v1/workflows/prompt-image/signed-url`

Get a fresh signed URL for an existing workflow prompt image.

## Query parameters

- `path` string, required — The storage path of the image (e.g., org_xxx/prompt-assets/image.png)

## Response `200`

Successful Response

- WorkflowPromptImageSignedUrlResponse — Response schema for getting a signed URL for an existing image
  - `supabase_url` string, required — The stable supabase:// URL
  - `signed_url` string, required — A temporary signed URL (expires in 1 hour)
  - `expires_in` integer, required — Seconds until the signed URL expires

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/cyberdesk-hq/apis/cyberdesk-cloud.md) · [All operations](https://skmtc.net/cyberdesk-hq/apis/cyberdesk-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cyberdesk-hq/cyberdesk-cloud/revisions/830d2f48963d/schema)
