&postapi
Lets you specify a custom POST URL to send events within VDO.Ninja to
&posturl
Example:
&postapi=https%3A%2F%2Fwebhook.site%2Fb190f5bf-e4f8-454a-bd51-78b5807df9c1
Value | Description |
---|---|
(custom POST URL) | Data JSON encoded, post URL requires HTTPS+CORS, and the passed URL parameter value needs to be encodedURLComponent |
&postapi
lets you specify a custom POST URL to send events within VDO.Ninja to.Data JSON encoded, post URL requires HTTPS+CORS, and the passed URL parameter value needs to be encodedURLComponent.
ie:
&postapi=https%3A%2F%2Fwebhook.site%2Fb190f5bf-e4f8-454a-bd51-78b5807df9c1
If you don't want to listen for events with the websocket server API I host, you can use this with your own API https server instead and get key events pushed to you that way.

Last modified 1mo ago