WeWeb as an API service endpoint

Hi,
I would like to use WeWeb to create an API endpoint for a service,

For example a WeWeb URL will be called with a URL parameter,
it will perform a set of actions in a workflow defined on load of the page,
including some Supabase data manipulation and will end.

Is it possible?
Any available examples?

Thanks,
Panos

Not possible.

:-/ Thanks.

Why not just use a backend?

I created an FastAPI to do my backend things, just thought if WeWeb could help me.

Thanks