Loading API DOCS...

AI Image Generate

Generate premium quality hd ai image by prompt with this api, fast response.

Endpoint

GET https://lmnxai-img.onrender.com/api?prompt=

Code Examples

cURL
curl -X GET "https://lmnxai-img.onrender.com/api?prompt=" -H "Content-Type: application/json"
JavaScript
fetch("https://lmnxai-img.onrender.com/api?prompt=")
  .then(function(r){return r.json()})
  .then(function(d){console.log(d)});
Python
import requests
r = requests.get("https://lmnxai-img.onrender.com/api?prompt=")
print(r.json())
PHP
<?php
$d = file_get_contents("https://lmnxai-img.onrender.com/api?prompt=");
print_r(json_decode($d, 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"
}