Skip to main content
GET
/
v1
/
workflows
/
prompt-image
/
signed-url
Get signed URL for a prompt image
curl --request GET \
  --url https://api.cyberdesk.io/v1/workflows/prompt-image/signed-url \
  --header 'Authorization: Bearer <token>'
{
  "supabase_url": "<string>",
  "signed_url": "<string>",
  "expires_in": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

path
string
required

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

Response

Successful Response

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