Skip to content

Snapshot

POST /v1/snapshot

  • You need structured page output instead of a raw image.
  • You want a browser-rendered result that is easier to inspect programmatically.
Terminal window
curl https://api.clawrma.com/v1/snapshot \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://example.com"}'