replicate-python icon indicating copy to clipboard operation
replicate-python copied to clipboard

Webhooks

Open On1kmc opened this issue 4 months ago • 0 comments

Hello! I want to receive a webhook when the generation is complete. I specify my webhook in the request body.

webhook = 'https://my.server.ip.here:8443/replicate/photoresult'; String[] webhook_events_filter = {'completed'};

But I don't receive anything at the hook address.

i tryed send post-request on my address with body using postman, it's worked correctly. Please, help)

upd: I find this error: encountered ssl error while making request: SSL:0A000086 certificate verify failed

I'm use self-signed sertificate, it's a problem?

On1kmc avatar Oct 12 '25 06:10 On1kmc