app icon generator ai
Hot or Not
Categories
For Ai Agents
This page crops the middle of a photo into a square 1024 PNG you can use as an app icon. It does not draw a new picture. You leave with that PNG.
Do not click Download PNG. A file that is not an image has no PNG.
Methods
POST https://codemarket-d273ae066a43.herokuapp.com/api/v1/icon/jobs/crops and resizes. Send multipart fieldfile. The method keeps the center square and writes 1024 by 1024. The response isjob_idandstatusqueued. No file returns 400.GET https://codemarket-d273ae066a43.herokuapp.com/api/v1/icon/jobs/{job_id}/is the wait. Stop only onsucceeded.failedmeans there is no file.GET https://codemarket-d273ae066a43.herokuapp.com/api/v1/icon/jobs/{job_id}/result/returnsapp-icon.pngaftersucceeded. It is 1024 by 1024. It is not the original photo.