Skip to main content
POST
/
public
/
v1
/
wol-meta-info
cURL
curl --request POST \
  --url https://api.hobbo.ai/public/v1/wol-meta-info \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "jsmith@example.com",
  "website": "<string>"
}'
{
  "status": 200,
  "data": {},
  "success": true,
  "message": "<string>"
}

Body

application/json

Extract titles and descriptions

email
string<email>
required

User email address used for tracking or contact

website
string<uri>
required

The URL of the website to extract meta info from

Response

Wol meta information generated successfully!

status
integer

HTTP status code

data
object
success
boolean

Indicates if the operation was successful

message
string

Descriptive message of the response