Getting Started

Creating Your Account

  1. Visit Peedief at peedief.com
  2. Sign Up using one of these methods:
    • Email & Password: Create a traditional account
    • Google Sign-In: Use your Google account for quick access
  3. Verify Your Email: Check your inbox for a verification email and click the link to activate your account
  4. Choose Your Plan: Start with our free plan (5 PDFs) or upgrade to a paid plan for more generations

First PDF Generation

Once logged in, you can immediately start generating PDFs:
  1. Navigate to Dashboard: You’ll see your usage statistics and recent files
  2. Use the API: Get your API key from the dashboard
  3. Try MCP Tools: If you use AI assistants like Claude, set up MCP integration
Your free account comes with 5 PDF generations to help you get started. No credit card required!

Quick API Test

Here’s how to generate your first PDF via API:
curl -X POST "https://peedief.com/api/pdf" \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "html": "<html><body><h1>My First PDF</h1><p>Hello World!</p></body></html>",
    "fileName": "my-first-pdf.pdf"
  }'

Next Steps