الفريق العربي للهندسة العكسية
ai image generation api - نسخة قابلة للطباعة

+- الفريق العربي للهندسة العكسية (https://www.at4re.net/f)
+-- قسم : منتديات الهندسة العكسية - Reverse Engineering Forums (https://www.at4re.net/f/forum-4.html)
+--- قسم : الهندسة العكسية - Reverse Code Engineering (https://www.at4re.net/f/forum-19.html)
+---- قسم : الهندسة العكسية لتطبيقات الجوال - Reversing Mobile Application (https://www.at4re.net/f/forum-21.html)
+---- الموضوع : ai image generation api (/thread-4118.html)



ai image generation api - Mohamed haroon - 22-08-2024

بعد تحليل وكسر تطبيق AI Chat 4o Assistant Chatbot تمكنت من الحصول علي ال api المستخدمة في توليد الصور بالذكاء الاصناعي
 
curl --location 'http://art.nowtechai.com/art?name=venom%20floating%20in%20space' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Host: art.nowtechai.com' \
--header 'Connection: close' \
--header 'Accept-Encoding: gzip, deflate' \
--header 'User-Agent: okhttp/5.0.0-alpha.9'



RE: ai image generation api - mounirsoltan - 22-08-2024

What knowledge we could learn from this topic??


RE: ai image generation api - Mohamed haroon - 23-08-2024

you can use the api to generate unlimited images without buying subscription
but i'm making tutorial to show case how i get this api and i will post it soon