curl --request POST \
--url https://api.example.com/api/v1/accounts/{accountId}/ai/scrape-from-screenshot \
--header 'Content-Type: multipart/form-data' \
--form photo='@example-file'{
"result": {}
}Extracts color information from a screenshot image
curl --request POST \
--url https://api.example.com/api/v1/accounts/{accountId}/ai/scrape-from-screenshot \
--header 'Content-Type: multipart/form-data' \
--form photo='@example-file'{
"result": {}
}