POST
/
features
/
domain-to-review
curl --request POST \
  --url https://py-api.hobbo.ai/features/domain-to-review \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "query": "https://www.feedspace.io/"
}'
{
  "reviews": [
    {
      "author_company": "<string>",
      "author_name": "<string>",
      "author_position": "<string>",
      "author_profile_image_url": "<string>",
      "query": "<string>",
      "review_date": "<string>",
      "review_rating": 123,
      "review_text": "<string>",
      "review_title": "<string>",
      "review_url": "<string>",
      "website_logo": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Body

application/json

Domain review extraction parameters

The body is of type object.

Response

200
application/json

Reviews extracted successfully

The response is of type object.