Skip to main content
PATCH
/
v2
/
pikzonality
/
{id}
cURL
curl -X PATCH "https://api.pikzels.com/v2/pikzonality/18b2ad5e-2a9e-4d3f-b9a8-9f2a1e0b1234" \
  -H "X-Api-Key: pkz_yourapikey" \
  -H "Content-Type: application/json" \
  --data-raw '{}'
{
  "name": "Creator Studio",
  "id": "18b2ad5e-2a9e-4d3f-b9a8-9f2a1e0b1234",
  "special_instructions": "Use cinematic colors and stronger contrast."
}

Headers

X-Api-Key
string
required

Your Pikzels API key (prefix: pkz_)

Path Parameters

id
string
required

Body

application/json
special_instructions
string | null

Appended to prompts during generation

Maximum string length: 300

Response

Success

name
string
id
string
special_instructions
string | null