Skip to main content
GET
Get signed URL for a prompt image

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