POST
/
domain-to-everything-continues
/
reviews
curl --request POST \
  --url https://py-api.hobbo.ai/domain-to-everything-continues/reviews \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "query": "https://www.linkedin.com/feed/"
}'
{
  "extra_information": {
    "favicon_icon_url": "<string>",
    "logo_url": "<string>",
    "title": "<string>",
    "description": "<string>",
    "theme_color": "<string>"
  },
  "api_available_platforms": {},
  "domain_reviews": {
    "favicon_url": "<string>",
    "reviews": [
      "<any>"
    ]
  },
  "status": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

application/json

Domain information extraction parameters

The body is of type object.

Response

200
text/event-stream

Information extracted successfully (Server-Sent Events)

The response is of type object.