curl -X GET "https://api.pikzels.com/v2/pikzonality/18b2ad5e-2a9e-4d3f-b9a8-9f2a1e0b1234" \
-H "X-Api-Key: pkz_yourapikey"{
"name": "Creator Studio",
"id": "18b2ad5e-2a9e-4d3f-b9a8-9f2a1e0b1234",
"mode": "persona",
"portrait_url": "https://cdn.pikzels.com/example.png",
"progress": 1,
"reference": [
"I bought my own island"
],
"special_instructions": "Use cinematic colors and stronger contrast.",
"status": "completed"
}Retrieve a pikzonality by ID.
curl -X GET "https://api.pikzels.com/v2/pikzonality/18b2ad5e-2a9e-4d3f-b9a8-9f2a1e0b1234" \
-H "X-Api-Key: pkz_yourapikey"{
"name": "Creator Studio",
"id": "18b2ad5e-2a9e-4d3f-b9a8-9f2a1e0b1234",
"mode": "persona",
"portrait_url": "https://cdn.pikzels.com/example.png",
"progress": 1,
"reference": [
"I bought my own island"
],
"special_instructions": "Use cinematic colors and stronger contrast.",
"status": "completed"
}Your Pikzels API key (prefix: pkz_)
Success
Allowed values: "persona", "style".
PFP URL (null until completed)
0-100
Reference image URLs (null until completed)
Allowed values: "processing", "completed", "failed".