Is there a way to call re-run command from events api?

From the Community Slack:

Is there a way to call re-run command from events api?

Yes, but that functionality is in the checks API. Docs link.

The /checks/:check/execute API endpoint provides HTTP POST access to create an ad hoc check execution request so you can execute a check on demand.