Webhook Endpoint
Activehttps://webhook-image-generator.com/api/webhook/endpoint
How to use:
- Copy the webhook URL above
- Send POST requests with JSON data
- Get your data visualized as PNG
- Share or download your image
Sample Request:
curl -X POST \
https://webhook-image-generator.com/api/webhook/endpoint \
-H 'Content-Type: application/json' \
-d '{"message": "Hello World", "timestamp": "2023-05-15T10:30:00Z"}'