22-08-2024, 12:04 PM
بعد تحليل وكسر تطبيق 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'