Skip to main content
POST
/
v2
/
pikzonality
/
persona
cURL
curl -X POST "https://api.pikzels.com/v2/pikzonality/persona" \
  -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"
}

Headers

X-Api-Key
string
required

Your Pikzels API key (prefix: pkz_)

Body

application/json
name
string
required

Letters, numbers, spaces, hyphens, and underscores only

Required string length: 1 - 25
image_urls
string[]
required

3 face image HTTPS URLs -- provide this or image_base64s

Required array length: 3 elements
image_base64s
string[]
required

3 face images as base64 data URLs -- provide this or image_urls

Required array length: 3 elements

Response

Success

id
string

Pikzonality ID for polling status

request_id
string