cURL
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.
Email generation parameters
The body is of type object.
object
Email content generated successfully
The response is of type object.