
SiteIntel is a public API providing extract metadata, tech stack, emails, and screenshots from any url.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://siteintel.duckdns.org | Primary API endpoint. |
curl -X GET "https://siteintel.duckdns.org" \ -H "Accept: application/json"