Skip to main content
GET
/
v1
/
workflows
/
prompt-images
List workflow prompt images
curl --request GET \
  --url https://api.cyberdesk.io/v1/workflows/prompt-images \
  --header 'Authorization: Bearer <token>'
[
  {
    "supabase_url": "<string>",
    "path": "<string>",
    "filename": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "size_bytes": 123
  }
]

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

supabase_url
string
required

The stable supabase:// URL to use in workflow prompt HTML

path
string
required

The storage path of the image

filename
string
required

The filename of the image

created_at
string<date-time> | null

When the image was uploaded

size_bytes
integer | null

The size of the file in bytes