{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "gg402-vercel-app-quiz-generator-from-text",
  "title": "GG402 \u00b7 Generate quiz from text",
  "url": "https://gg402.vercel.app/quiz_generator_from_text",
  "category": "ai",
  "summary": "Generate multiple-choice quizzes from provided text for learning assessment and educational content creation.",
  "seo": {
    "title": "GG402 Quiz Generator API | x402 AI Education",
    "description": "Generate multiple-choice quizzes from text via x402. Pay 0.01 USDC per call on Base. Create learning assessments with questions, options, and correct answers."
  },
  "use_cases": [
    "Create quizzes from educational content for student assessment",
    "Generate knowledge checks from documentation or articles",
    "Build interactive learning materials from text sources"
  ],
  "ideal_buyer": "EdTech platforms, training systems, and content creators building automated assessment tools.",
  "example_prompt": "Generate a 5-question multiple-choice quiz from this article about blockchain consensus mechanisms, with 4 options per question and mark the correct answers.",
  "example_request_body": {
    "text": "Blockchain consensus mechanisms ensure agreement among distributed nodes. Proof of Work requires computational puzzle solving. Proof of Stake selects validators based on token holdings. Delegated Proof of Stake uses elected representatives.",
    "num_questions": 5,
    "options_per_question": 4
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 1,
    "median_category_atomic": 10000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x9257cd24721e3c06e9f7655b77c283bcd9652132",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "10000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Generates quizzes with multiple-choice questions from provided text for learning assessment.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "text": {
              "type": "string",
              "required": true,
              "description": "The text to base the quiz on."
            },
            "difficulty": {
              "type": "string",
              "required": false,
              "description": "e.g., 'easy', 'hard'."
            },
            "num_questions": {
              "type": "number",
              "required": false,
              "description": "Number of questions to generate."
            }
          }
        },
        "output": {
          "type": "object",
          "required": [
            "questions",
            "topic_coverage"
          ],
          "properties": {
            "questions": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "question",
                  "options",
                  "correct_answer"
                ],
                "properties": {
                  "options": {
                    "type": "array",
                    "items": {
                      "type": "string"
                    },
                    "description": "List of multiple-choice options."
                  },
                  "question": {
                    "type": "string",
                    "description": "The quiz question text."
                  },
                  "correct_answer": {
                    "type": "string",
                    "description": "The correct answer from the options."
                  }
                }
              },
              "description": "List of quiz questions."
            },
            "topic_coverage": {
              "type": "string",
              "description": "Summary of covered topics."
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "gg402-vercel-app",
    "host": "gg402.vercel.app",
    "title": "x402 API Marketplace | Pay-per-call APIs with Crypto",
    "description": "Discover and integrate paid APIs using the x402 protocol. Micropayments made simple with crypto.",
    "url": "https://gg402.vercel.app"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/gg402-vercel-app-quiz-generator-from-text",
    "url": "https://x402all.com/resource/gg402-vercel-app-quiz-generator-from-text",
    "name": "GG402 \u00b7 Generate quiz from text",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/gg402-vercel-app-quiz-generator-from-text",
      "@type": "Offer",
      "price": "0.01",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.010000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://gg402.vercel.app/quiz_generator_from_text",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/gg402-vercel-app",
      "url": "https://gg402.vercel.app",
      "name": "x402 API Marketplace | Pay-per-call APIs with Crypto",
      "@type": "Organization"
    },
    "identifier": "gg402-vercel-app-quiz-generator-from-text",
    "description": "Generate multiple-choice quizzes from text via x402. Pay 0.01 USDC per call on Base. Create learning assessments with questions, options, and correct answers.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=gg402-vercel-app-quiz-generator-from-text",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "ai"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=gg402-vercel-app-quiz-generator-from-text"
}
