Generate
Generate a custom influencer image based on a detailed text prompt.
Body
promptstringOptionalExample:
Detailed description of the influencer image
Capture a charismatic image showing off your rugged beard and well-toned muscular structure, donned in a tailored suit, demonstrating strength and sophistication unique to modern masculinity.
Responses
200
Influencer image generated successfully
application/json
post
POST /api/v1/influencer/generate HTTP/1.1
Host: newbackend.morphai.io
Content-Type: application/json
Accept: */*
Content-Length: 204
{
"prompt": "Capture a charismatic image showing off your rugged beard and well-toned muscular structure, donned in a tailored suit, demonstrating strength and sophistication unique to modern masculinity."
}
200
Influencer image generated successfully
{
"status": 200,
"message": "Influencer image generated successfully",
"success": true,
"data": {
"url": "https://res.cloudinary.com/dnprda8z7/image/upload/v1740735969/morph-dapp/influencer-example.jpg"
}
}