chore: use snapotter.com as placeholder URL for html-to-image tool

This commit is contained in:
SnapOtter
2026-06-06 21:45:39 +08:00
parent 5bcc357725
commit 8512c518b2
23 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -225,7 +225,7 @@ Capture a webpage as an image. Unlike other tools, this endpoint accepts `applic
curl -X POST http://localhost:1349/api/v1/tools/html-to-image \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com", "format": "png", "devicePreset": "desktop"}'
-d '{"url": "https://snapotter.com", "format": "png", "devicePreset": "desktop"}'
```
**Response:**