Skip to main content
POST
/
v2
/
title
/
text
cURL
curl -X POST "https://api.pikzels.com/v2/title/text" \
  -H "X-Api-Key: pkz_yourapikey" \
  -H "Content-Type: application/json" \
  --data-raw '{
  "prompt": "I bought my own island"
}'
{
  "outputs": [
    "From Zero to 1M Subscribers: Lessons from My First Island Launch",
    "I Bought My First Island (And You Can Too)",
    "How a Beginner Built Their First Island in 30 Days"
  ],
  "reasoning": "Strong narrative hook, clear outcome-focused phrasing, and curiosity gap.",
  "request_id": "18b2ad5e-2a9e-4d3f-b9a8-9f2a1e0b1234"
}

Headers

X-Api-Key
string
required

Your Pikzels API key (prefix: pkz_)

Body

application/json
prompt
string

Topic or video description. Requires at least one of prompt or a support image

Required string length: 1 - 2000
support_image_url
string

Thumbnail or support image, HTTPS URL -- provide this or support_image_base64. Also accepts YouTube video URLs

support_image_base64
string

Thumbnail or support image, base64 data URL -- provide this or support_image_url

Response

Success

outputs
string[]

Array of 3 title suggestions

reasoning
string
request_id
string