Skip to content

Updating visuals

If you see any images containing outdated UI, please bear with us.

We are updating all content as quickly as possible to mirror our new UI.

Get Public URL (Supabase) ​

Use this action to generate a public link to a file in a Supabase Storage bucket that is set to public.

Add the action ​

  1. Create (or open) an Interface workflow.
  2. Click + Add action.
  3. Select Supabase → Get Public URL.
  4. Select the Supabase Connection you want to use.

Configure the action ​

  • Bucket — The bucket that contains the file (it must be public).
  • Path — File path inside the bucket.

Advanced ​

  • Download — If enabled, the link will download the file instead of opening it.

Image transformation (optional) ​

If the file is an image, you can optionally resize it:

  • Width
  • Height
  • Resize mode — Cover, Contain, Fill, or none.
  • Quality — 20–100

Common pitfalls ​

The URL doesn’t work ​

Make sure the bucket is public. If it’s private, use Create Signed URL instead.

CONTINUE LEARNING

For private files, generate temporary access links.

Supabase integration →