cURL
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 } ]
List all prompt images uploaded for the organization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The stable supabase:// URL to use in workflow prompt HTML
The storage path of the image
The filename of the image
When the image was uploaded
The size of the file in bytes
Was this page helpful?