Complete reference for the WebLinq API endpoints
https://api.weblinq.dev/v1
/v1
curl -X POST "https://api.weblinq.dev/v1/web/screenshot" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"url": "https://example.com"}'
{ "success": true, "data": { // Your response data here }, "creditsCost": 1 }
{ "success": false, "error": { "message": "Error description", "code": "error_code" } }
X-RateLimit-Limit
X-RateLimit-Remaining
X-RateLimit-Reset