curl -X POST "https://api.pikzels.com/v2/thumbnail/score" \
-H "X-Api-Key: pkz_yourapikey" \
-H "Content-Type: application/json" \
--data-raw '{
"image_url": "https://cdn.pikzels.com/example.png",
"image_base64": "I bought my own island"
}'{
"main_score": 84,
"request_id": "18b2ad5e-2a9e-4d3f-b9a8-9f2a1e0b1234",
"subscores": {
"clarity": 82,
"curiosity": 85,
"emotion": 76,
"idea": 79,
"virality": 88
},
"suggestion": "Increase contrast and tighten composition in the center section."
}Score a thumbnail and get a main score with subscores.
curl -X POST "https://api.pikzels.com/v2/thumbnail/score" \
-H "X-Api-Key: pkz_yourapikey" \
-H "Content-Type: application/json" \
--data-raw '{
"image_url": "https://cdn.pikzels.com/example.png",
"image_base64": "I bought my own island"
}'{
"main_score": 84,
"request_id": "18b2ad5e-2a9e-4d3f-b9a8-9f2a1e0b1234",
"subscores": {
"clarity": 82,
"curiosity": 85,
"emotion": 76,
"idea": 79,
"virality": 88
},
"suggestion": "Increase contrast and tighten composition in the center section."
}Your Pikzels API key (prefix: pkz_)