POST
Generate Shade Finder
Creates a Shade Finder prediction request from an input face image. Use the returned _id or urls.get value to retrieve the shade detection and recommendation result.
Request body
input.imagestring
Face image file used to detect the skin shade and generate shade recommendations. Upload as multipart/form-data (JPG/PNG); use a clear, front-facing, well-lit image for best results.
Note
After submitting a request, use the returned
_id (predictionId) or urls.get value to fetch the shade detection and recommendations from Get Shade Finder.POST/shadeFinder/generate
curl -X POST "https://api.pixelbin.io/service/platform/misc/v2.0/shadeFinder/generate" \
-H "Authorization: Bearer {apitoken}" \
-F "input.image=@<path/to/file>"
Response
No example available.