REQUEST BODY SCHEMA
application/json
Input POST body should either be application/x-www-form-urlencoded or raw JSON.
URL
Parameter |
Value |
url |
The unique URL of the website to be analyzed. Required parameter: Yes Format: Unicode/String
Example RAW/JSON: {"url":"https://www.yourdomain.com/article44352.html"} |
Text
Parameter |
Value |
text |
The unique text to be analyzed. Required parameter: Yes Format: Unicode/String Example RAW/Json:
Example RAW/JSON: {"text":"Analyze this text"} |
Example Request „url“ as CURL:
curl -X POST \
https://api2.hyscore.io/brandrisk \
-H 'Accept: */*' \
-H 'Accept-Encoding: gzip, deflate' \
-H 'Authorization: Basic Og==' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Host: api.hyscore.io' \
-H 'cache-control: no-cache' \
-H 'x-api-key: <Iyour API-Key>' \
-d '{"url":"https://www.focus.de/panorama/welt/viele-tote-bei-bootsunglueck-in-kalifornien-schwerer-brand-auf-ausflugsboot-nahe-santa-cruz_id_11101785.html"}'
Comments
0 comments
Article is closed for comments.