Skip to main content
POST
/
v2
/
pikzonality
/
style
cURL
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": [
    "https://cdn.pikzels.com/example.png",
    "https://cdn.pikzels.com/example.png",
    "https://cdn.pikzels.com/example.png"
  ]
}'
{
  "id": "18b2ad5e-2a9e-4d3f-b9a8-9f2a1e0b1234",
  "request_id": "18b2ad5e-2a9e-4d3f-b9a8-9f2a1e0b1234"
}

Authorizations

X-Api-Key
string
header
required

Your Pikzels API key (prefix: pkz_)

Body

application/json
image_urls
string[]
required

3 reference image HTTPS URLs -- provide this or image_base64s

Required array length: 3 elements
Pattern: ^https://\S+$
name
string
required

Letters, numbers, spaces, hyphens, and underscores only

Required string length: 1 - 25
Pattern: ^[a-zA-Z0-9\s\-_]+$
image_base64s
string[]

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

Required array length: 3 elements
Pattern: ^data:image/[a-zA-Z0-9.+-]+;base64,

Response

Success

id
string
required

Style ID for polling status

request_id
string
required