FREE API
AI Image Generate
Generate premium quality hd ai image by prompt with this api, fast response.
GET
https://lmnxai-img.onrender.com/api?prompt=
Code Examples
curl -X GET "https://lmnxai-img.onrender.com/api?prompt=" -H "Content-Type: application/json"
fetch("https://lmnxai-img.onrender.com/api?prompt=")
.then(function(r) { return r.json(); })
.then(function(data) { console.log(data); });import requests
r = requests.get("https://lmnxai-img.onrender.com/api?prompt=")
print(r.json())<?php
$data = file_get_contents("https://lmnxai-img.onrender.com/api?prompt=");
print_r(json_decode($data, true));Example Response
{
"success": true,
"prompt": "joker",
"response": "https://lmnxai-img.onrender.com/storage/lmnx706533129.png",
"developer": "DARK LMNx9",
"telegram": "t.me/x_LMNx9",
"website": "https://lmnx9.shop"
}