URL Intel API Reference
The URL Intel service allows you to retrieve intelligence about known URLs, giving you insight into the reputation of a URL.
Base URL
url-intel.<csp>.<region>.pangea.cloud
post/v2/reputation
cURL
curl -sSLX POST 'https://url-intel.aws.us.pangea.cloud/v2/reputation' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
200
Reputation
POST
https://url-intel.aws.us.pangea.cloud/v2/reputationRetrieve a reputation score for a URL from a provider, including an optional detailed report. When requesting reputation for multiple URLs, the response will be asynchronous. See API Reference/Asynchronous Responses
post/v1/reputation
cURL
curl -sSLX POST 'https://url-intel.aws.us.pangea.cloud/v1/reputation' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
200
Reputation (deprecated)
POST
https://url-intel.aws.us.pangea.cloud/v1/reputationRetrieve a reputation score for a URL from a provider, including an optional detailed report.
Was this article helpful?