API redirect

Hello. Is it possible to redirect specific web user, when api query requested?

For example: I have mobile application and page in admin web panel. When user in mobile application send request to server I have to redirect user in web application to page with photos that have been uploaded in this request.

You can route a URL to a specific controller/action if necessary you can have that controller/action redirect to the URL you want.

I proposed Routing Redirects last year and it was marked to be added (at the time 2.1.1 now 3.0 or later).

https://github.com/yiisoft/yii2/issues/14553