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

Authorizations

x-api-key
string
header
required

Body

application/json

Extract titles and descriptions

The body is of type object.

Response

200
application/json

Wol meta information generated successfully!

The response is of type object.