Generate
Generate realistic photos of the subject using the trained model.
Name
Value
Name
Type
Description
// Success, the image has been generated
{
"task_id": "82ddc894-7c88-48d8-8f65-63101c3c88fc",
"status": "finished",
"task_type": "ai-photo-generate",
"image_urls": [
"https://cdn.apiframe.pro/images/xxxxxxxxxxxxx-0.png",
"https://cdn.apiframe.pro/images/xxxxxxxxxxxxx-1.png"
]
}// Bad request
{
"errors": [{ msg: "Invalid request" }]
}// Invalid API Key
{}// A server error occured
{}Last updated