cURL
Titles
Generate titles
Generate title suggestions from text, a thumbnail, or both.
POST
cURL
Authorizations
Your Pikzels API key (prefix: pkz_)
Body
application/json
- Option 1
- Option 2
- Option 3
Topic or video description. Requires at least 1 of prompt or a support image
Required string length:
1 - 3000Thumbnail or support image, HTTPS URL. Also accepts YouTube video URLs. If both support_image_url and support_image_base64 are provided, support_image_url is used.
Pattern:
^https://\S+$Thumbnail or support image, base64 data URL. If both support_image_url and support_image_base64 are provided, support_image_url is used.
Pattern:
^data:image/[a-zA-Z0-9.+-]+;base64,