GET
Get Shade Finder
Retrieves the status and output for a Shade Finder prediction using the predictionId returned by Generate Shade Finder.
Note
Call this endpoint with the predictionId returned by Generate Shade Finder. If the job is still processing, poll until status becomes SUCCESS.
Parameters
predictionIdstring
Identifier returned by Generate Shade Finder. Use the full _id value to fetch status and shade recommendation output for that request.
GET/shadeFinder/{predictionId}
curl -X GET "https://api.pixelbin.io/service/private/misc/v1.0/shadeFinder/{predictionId}" \
-H "Authorization: Bearer {accesskey}"
Response
No example available.