curl -X POST https://webdocai.com/api/v1/scan \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com",
"fields": [
"score",
"findings",
"benchmarks"
],
"finding_depth": "brief",
"finding_limit": 5
}'