cURL
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 }
Get a fresh signed URL for an existing workflow prompt image.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The storage path of the image (e.g., org_xxx/prompt-assets/image.png)
Successful Response
Response schema for getting a signed URL for an existing image
The stable supabase:// URL
A temporary signed URL (expires in 1 hour)
Seconds until the signed URL expires
Was this page helpful?