Platform
Web Data Infrastructure API
API Calls (30d)
2.4M
↑ 18% vs prior period
Success Rate
99.7%
Across all endpoints
Avg Latency
0.82s
↓ 4ms from last week
Uptime
99.9%
Rolling 90 days
Quick Start 3 steps
1
Get your API key
Head to Settings → API Keys and generate a new key. Keep it secret — treat it like a password.
2
Make your first request
Pick an endpoint, pass your key in the Authorization header, and get structured data back in milliseconds.
3
Automate with pipelines
Schedule recurring jobs, chain multiple endpoints, and push results to your webhook automatically.
curl · example request
curl https://api.cloudenci.com/v1/serp \
  -H "Authorization: Bearer YOUR_KEY" \
  -G -d "keyword=best vpn" -d "country=us"