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

Body

application/json

Domain review extraction parameters

query
string
required

URL of the domain to extract information from

Response

Review extracted successfully

review_text
string

Text of the review

review_title
string

Title of the review

author_company
string | null

Company of the review author

author_name
string

Name of the review author

author_details
string

Details about the review author

author_position
string | null

Position or title of the review author

author_profile_image_url
string | null

URL to the author's profile image

review_date
string | null

Date when the review was posted

review_rating
number | null

Rating given in the review

review_url
string | null

URL to the original review

review_media
any[]

URL and type of the media