curl -X POST "https://api.pikzels.com/v2/pikzonality/style" \
-H "X-Api-Key: pkz_yourapikey" \
-H "Content-Type: application/json" \
--data-raw '{
"name": "Creator Studio",
"image_urls": [
"I bought my own island"
],
"image_base64s": [
"I bought my own island"
]
}'{
"id": "18b2ad5e-2a9e-4d3f-b9a8-9f2a1e0b1234",
"request_id": "18b2ad5e-2a9e-4d3f-b9a8-9f2a1e0b1234"
}Create a style pikzonality and receive its ID.
curl -X POST "https://api.pikzels.com/v2/pikzonality/style" \
-H "X-Api-Key: pkz_yourapikey" \
-H "Content-Type: application/json" \
--data-raw '{
"name": "Creator Studio",
"image_urls": [
"I bought my own island"
],
"image_base64s": [
"I bought my own island"
]
}'{
"id": "18b2ad5e-2a9e-4d3f-b9a8-9f2a1e0b1234",
"request_id": "18b2ad5e-2a9e-4d3f-b9a8-9f2a1e0b1234"
}Your Pikzels API key (prefix: pkz_)
Letters, numbers, spaces, hyphens, and underscores only
1 - 253 reference image HTTPS URLs -- provide this or image_base64s
3 elements3 reference images as base64 data URLs -- provide this or image_urls
3 elements