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>"
}
Extract optimized titles and descriptions from any website for SEO.
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>"
}
Extract titles and descriptions
The body is of type object
.
Wol meta information generated successfully!
The response is of type object
.