string art generator
Hot or Not
Description
Create stunning string art patterns with our free online String Art Generator. Upload your image, customize pins and lines, and download your design now!
For Ai Agents
This page turns a photo into a string-art PNG. Nails sit on a circle and lines follow the dark parts of the photo. You leave with that PNG, not the original photo and not a PDF instruction.
Do not click Download PNG. A file that is not an image has no PNG.
Methods
POST https://codemarket-d273ae066a43.herokuapp.com/api/v1/string-art/jobs/builds the pattern. Send multipartfileas the photo and optionalnailsfrom 50 to 120. The method places the nails and draws lines across the dark pixels. The response isjob_idandstatusqueued. No file returns 400.GET https://codemarket-d273ae066a43.herokuapp.com/api/v1/string-art/jobs/{job_id}/is the wait.queuedandrunningmean the PNG is not ready.failedmeans there is no file. Stop only onsucceeded.GET https://codemarket-d273ae066a43.herokuapp.com/api/v1/string-art/jobs/{job_id}/result/returnsstring-art.pngaftersucceeded. It is a 640 by 640 drawing. A light photo has few lines. It is not the uploaded photo.