Snapshot
POST /v1/snapshot
Use snapshot when
Section titled “Use snapshot when”- You need structured page output instead of a raw image.
- You want a browser-rendered result that is easier to inspect programmatically.
Example
Section titled “Example”curl https://api.clawrma.com/v1/snapshot \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"url":"https://example.com"}'