curl --request POST \
--url https://api.hobbo.ai/public/v1/email-generator \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"type": "<string>",
"product": "<string>",
"meta_data": {}
}'
{
"status": 200,
"data": {},
"success": true,
"message": "<string>"
}
Generate professional email content automatically for welcome emails, notifications, and communications.
curl --request POST \
--url https://api.hobbo.ai/public/v1/email-generator \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"type": "<string>",
"product": "<string>",
"meta_data": {}
}'
{
"status": 200,
"data": {},
"success": true,
"message": "<string>"
}
Email generation parameters
The body is of type object
.
Email content generated successfully
The response is of type object
.