{
  "name": "NerdyChefs.ai API",
  "version": "1.0",
  "description": "Free API access to 1,956+ AI prompts for professionals",
  "base_url": "https://www.nerdychefs.ai/api",
  "generated_at": "2026-05-08T18:33:54.633Z",
  "endpoints": [
    {
      "path": "/api/prompts.json",
      "description": "All prompts with full content",
      "fields": [
        "id",
        "title",
        "prompt",
        "use_case",
        "category",
        "subcategory",
        "pack_title",
        "tags",
        "personas"
      ]
    },
    {
      "path": "/api/packs.json",
      "description": "Prompt packs with metadata (no prompt content)",
      "fields": [
        "id",
        "title",
        "category",
        "description",
        "tags",
        "personas",
        "total_prompts",
        "sections"
      ]
    },
    {
      "path": "/api/categories.json",
      "description": "Master categories grouping multiple packs",
      "fields": [
        "id",
        "name",
        "description",
        "icon",
        "subcategories",
        "prompt_count"
      ]
    },
    {
      "path": "/api/search-index.json",
      "description": "Lightweight index for client-side search (no prompt content)",
      "fields": [
        "id",
        "title",
        "category",
        "subcategory",
        "pack_title",
        "tags",
        "personas"
      ]
    },
    {
      "path": "/api/tags.json",
      "description": "All unique tags with prompt counts",
      "fields": [
        "name",
        "count"
      ]
    },
    {
      "path": "/api/personas.json",
      "description": "All target personas with prompt counts",
      "fields": [
        "name",
        "count"
      ]
    }
  ],
  "usage_examples": {
    "get_all_prompts": "fetch('https://www.nerdychefs.ai/api/prompts.json')",
    "search_by_tag": "fetch prompts.json, filter by tags.includes('holiday')",
    "get_pack_details": "fetch packs.json, find by pack id or title"
  },
  "rate_limits": "None - this is a free, static API",
  "cors": "Enabled - can be called from any domain",
  "contact": "mathieu@nerdychefs.ai"
}