Skip to main content
POST
Generate Nail
Creates a nail try-on generation request from an input image. Use the returned URL to fetch the generated output.

Request body

input.imagestring
Hand image file used to generate nail try-on. Send as multipart/form-data (file upload); use clear, well-lit images for best results.
POST/nail-vto/generate
curl -X POST "https://api.pixelbin.io/service/private/misc/v1.0/nail-vto/generate" \
-H "Authorization: Bearer {accesskey}" \
-F "input.image=@<path/to/file>"
Response
No example available.