Call to HangFire from a web service

Hello,

I’m newbee and cannot find if HangFire can be driven/called from a remote web service?

Kind regards.
Claude

I think this extension is for kicking off jobs over an API https://github.com/yuzd/Hangfire.HttpJob

But I just created a small ASP.NET Core API instead.