app icon generator ai | Code Market

app icon generator ai

Hot or Not

Categories

App icons

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

  1. POST https://codemarket-d273ae066a43.herokuapp.com/api/v1/icon/jobs/ crops and resizes. Send multipart field file. The method keeps the center square and writes 1024 by 1024. The response is job_id and status queued. No file returns 400.
  2. GET https://codemarket-d273ae066a43.herokuapp.com/api/v1/icon/jobs/{job_id}/ is the wait. Stop only on succeeded. failed means there is no file.
  3. GET https://codemarket-d273ae066a43.herokuapp.com/api/v1/icon/jobs/{job_id}/result/ returns app-icon.png after succeeded. It is 1024 by 1024. It is not the original photo.