{"uid":"cap_nM4EG0QQy304Bz1ZbvuIJ","slug":"numora-prime-number-generation-api-b2d3ebdb","name":"Numora Prime Number Generation API","description":"100 pure math computation endpoints for AI agents. Statistics, financial math, linear algebra, equation solving, calculus, number theory, sequence generation, and unit conversions. Zero external dependencies. x402 micropayments on Base.","url":"https://numormo.vercel.app/api/generate/primes","method":"POST","headers":{},"bodySchema":{"type":"object","required":["n"],"properties":{"n":{"type":"integer"}}},"responseSchema":{"type":"object","required":["success","result","computation"],"properties":{"result":{"type":"object","description":"Computation result varies by endpoint"},"success":{"type":"boolean","description":"Always true on success"},"computation":{"type":"string","description":"Human-readable description of what was computed"}}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.02","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"registry","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.02/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.02","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.02","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_79JlLcWMbjyoaotCLMgEW","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.02","costPer":"request","priority":0,"asset":null,"unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Generates a list of the first N prime numbers using pure server-side math computation","exampleAgentPrompt":"Can you generate the first 50 prime numbers for me using a pure math computation service?","exampleUseCases":[{"title":"Prime sequence for cryptography key generation","prompt":"I need a list of the first 200 prime numbers to use as candidates in a key generation algorithm — can you compute that for me?"},{"title":"Number theory homework helper","prompt":"Can you give me the first 30 prime numbers? I need them for a number theory problem set."},{"title":"Algorithm benchmark dataset","prompt":"Generate the first 1000 prime numbers so I can use them as test input for benchmarking a sieve algorithm."}],"resultDescription":"Returns a JSON object with a boolean 'success' field, a 'result' object containing the list of generated prime numbers, and a 'computation' string describing in human-readable form what was computed (e.g. 'Generated the first N prime numbers').","failureModes":["Missing required field 'n' returns a validation error","Non-integer or negative value for 'n' may return an error or unexpected result","Extremely large values of 'n' may cause timeouts or slow responses","Payment failure via x402 micropayment protocol blocks the request"],"whenToPreferThis":"Choose this endpoint when you need a deterministic, self-contained server-side prime number sequence with no external dependencies, especially when you want to pay per-use with x402 micropayments on Base rather than running a local sieve algorithm. Prefer this over general-purpose math libraries when you want a reliable, hosted computation with a clean JSON response suitable for AI agent pipelines.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:43:39.256Z","isFirstParty":false}