{"uid":"cap_7KVzg90c_ZxYItpp3O87L","slug":"momoai-data-extraction-endpoint-4a8c61fa","name":"momoAI Data Extraction Endpoint","description":"Pay-per-use LLM API. Chat, reasoning, code review, translation, summarization, data extraction, and more. Pay with USDC on Base.","url":"https://aimomo.vercel.app/api/extract","method":"POST","headers":{},"bodySchema":{"type":"object","required":["text"],"properties":{"text":{"type":"string","description":"Text to extract data from"},"schema":{"type":"object","description":"Expected output schema"},"instructions":{"type":"string","description":"Additional extraction instructions"}}},"responseSchema":{"type":"object","properties":{"data":{"type":"object","properties":{"model":{"type":"string"},"usage":{"type":"object"},"extracted":{"type":"object"},"confidence":{"type":"number"}}},"meta":{"type":"object"},"success":{"type":"boolean"}}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.07","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","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.07/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.07","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.07","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_fL8_YueidWyHaqZY00YHV","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.07","costPer":"request","priority":0,"asset":null,"unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Extracts structured data from unstructured text using LLM inference, returning typed fields with confidence scores, paid per-call via USDC on Base","exampleAgentPrompt":"Extract the vendor name, invoice date, total amount, and line items from this invoice text into a structured format: 'Invoice #4421 from Acme Supplies dated March 3 2025, total $1,240.00, including 10 widgets at $100 each and 2 gadgets at $120 each.' Return results with a confidence score.","exampleUseCases":null,"resultDescription":"Returns a JSON object with an `extracted` field containing the structured data matching the provided schema, a `confidence` number (0-1) indicating extraction reliability, the `model` used, and `usage` stats for token consumption. Also includes a top-level `success` boolean and `meta` metadata.","failureModes":["Missing required `text` field returns validation error","Provided schema is malformed or unparseable — extraction may fail or return partial results","Text too long for model context window — may truncate or error","Payment failure via x402 (insufficient USDC balance) — 402 response before processing","Ambiguous or conflicting extraction instructions may reduce confidence score","LLM model unavailable or timeout — generic 5xx error"],"whenToPreferThis":"Choose this endpoint when you need to extract typed, schema-conformant structured data from free-form text using LLM intelligence. It is ideal when regex or rule-based parsing would be too brittle, when the output schema is known in advance, or when you need a confidence score alongside the extracted data. It is pay-per-call with no subscription required, making it suitable for low-volume or ad-hoc extraction tasks. Prefer alternatives if you need streaming output, very high throughput batch processing, or zero-cost extraction.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T12:34:18.723Z","isFirstParty":false}