I am a big fan of htmx and use it in a lot of my projects. I recently had a use case where I needed to trigger multiple api calls in a single htmx request. I was able to do this by using the hx-trigger attribute.
The idea is to listen to the keyup event on the input box and trigger the api calls after a delay of 200ms.