Documentation & Help

Get help with PromptZap and learn how to use all features

Getting Started

Welcome to PromptZap! This guide will help you get started with creating powerful AI prompts.

1. Sign Up / Sign In

Create an account or sign in to access PromptZap's features. You can start with a free account that includes 5 prompts per day.

2. Choose a Framework (or let PromptZap pick)

Choose from 23 enterprise-grade frameworks like CLEAR, PEAR, CRISPE, STAR, SMART, and more — or leave it on Auto and PromptZap will detect the best framework for your task automatically.

3. Create Your Prompt

Enter your task, select your framework, and customize audience, tone, industry, and role. Click "Generate" to create your enhanced prompt.

Prompt Frameworks

PromptZap offers multiple frameworks organized by category:

  • Enterprise Frameworks: CLEAR, PEAR, CRISPE, STAR, SMART, Compliance
  • Advanced Frameworks: Chain-of-Thought, Tree-of-Thought, Self-Consistency
  • Specialized Frameworks: Data Analysis, Research, Technical Analysis, Creative Problem-Solving

Each framework is optimized for specific scenarios. Experiment with different frameworks to find what works best for your use case.

Chrome Extension

Enhance prompts directly on supported LLM platforms with our Chrome extension.

Installation

  1. Install the PromptZap Chrome extension from the Chrome Web Store
  2. Sign in to your PromptZap account
  3. Visit a supported LLM platform (ChatGPT, Claude, etc.)
  4. Start typing - the enhancement button will appear automatically

Cursor Extension

Enhance prompts directly in Cursor IDE with our VS Code extension.

Setup

  1. Install the PromptZap extension from the VS Code marketplace
  2. Get your API token from the Extension Token page
  3. Configure the token in Cursor settings
  4. Select text and use Command Palette to enhance prompts

Pricing & Plans

Free Plan

5 prompts per day · 3 core frameworks (Standard, CLEAR, STAR) · 7-day history · 2 extension enhancements/day

Pro Plan

Unlimited prompts · All 23 frameworks · Full prompt history · Unlimited extension · Save & organize prompts · Direct API access

Upgrade your plan →

API Access

Available on the Pro plan. Upgrade →

POST /api/generate

Send a task and get back an AI-enhanced prompt. Set framework to "auto" (default) and PromptZap picks the best framework automatically — the response tells you which one was used.

# Authenticate with your extension token
curl
-X POST https://promptzap.io/api/generate \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_TOKEN" \
-d '{
"task": "Write a performance review for my engineer",
"framework": "auto"
}'

Response

{
"prompt": "As a direct manager, structure this review using the STAR method...",
"framework": "star",
"quality_score": 0.91,
"word_count": 142,
"processing_time": 1.2
}

Optional request fields

"framework": "auto" // or any specific framework key e.g. "star", "crispe"
"audience": "senior engineers"
"tone": "professional" // professional · friendly · formal · casual · technical · creative
"industry": "technology"
"role": "engineering manager"

Get your API token from Extension Token page. Rate limit: 60 requests/minute.

Need More Help?

If you need additional assistance, please: