mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
chore: use snapotter.com as placeholder URL for html-to-image tool
This commit is contained in:
@@ -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:**
|
||||
|
||||
Reference in New Issue
Block a user