Private Logs API
Ship huge logs. Share clean links.
Send raw logs to a private API endpoint and get a paste-style page back. Built for clipping libraries that ship big payloads.
Quick example
curl -X POST \
-H "X-API-Key: $LOGS_API_KEY" \
--data-binary @app.log \
"http://logs.yuma-homeserver.online/api/logs?title=app.log"