{"uid":"cap_dtKi7CyfGWcH4eJKrfYzM","slug":"dopaminedesk-text-summarization-api-81f167a7","name":"DopamineDesk Text Summarization API","description":"Create a deterministic extractive summary by ranking and selecting sentences from the supplied text.","url":"https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/summarize","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":["text"],"properties":{"text":{"type":"string","description":"The source text to summarize."},"format":{"type":"string","description":"Desired format: 'paragraph' or 'bullets'."},"length":{"type":"string","description":"Length constraint: 'short', 'medium', or 'long'."}},"additionalProperties":true}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["success","engine","original_length","sentence_count","summary","marketplace_metadata"],"properties":{"engine":{"type":"string"},"success":{"type":"boolean"},"summary":{"type":"string"},"sentence_count":{"type":"integer"},"original_length":{"type":"integer"},"marketplace_metadata":{"type":"object","required":["data_mode","billable","availability","source"],"properties":{"source":{"type":"string"},"billable":{"type":"boolean"},"data_mode":{"type":"string"},"availability":{"type":"string"}},"additionalProperties":true}},"additionalProperties":true}}}}},"responseSchema":{"type":"json","example":{"engine":"extractive_frequency_v1","success":true,"summary":"Quarterly revenue rose to 4. 2 million dollars, up 18 percent year over year. Op...","sentence_count":6,"original_length":287,"marketplace_metadata":{"source":"deterministic extractive summarizer","billable":true,"data_mode":"computed_service","availability":"operational"}}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.005","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","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.005/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_kcXRXPYlSg-DWAlvtEzQE","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.005","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Summarizes a block of text into a concise paragraph or bullet-point list of a specified length.","exampleAgentPrompt":"Can you summarize this 1,400-word quarterly earnings report into bullet points — keep it short, just the key highlights?","exampleUseCases":[{"title":"Earnings report digest for analysts","prompt":"Summarize this 1,500-word Q2 earnings report into bullet points — I want a short version, just the most important financial highlights."},{"title":"Long-form article condensed to paragraph","prompt":"Take this news article text and give me a medium-length paragraph summary so I can get the gist without reading the whole thing."},{"title":"Contract overview for quick review","prompt":"Here's a legal contract — can you condense it into a long bullet-point summary so I can spot the key terms and obligations before I send it to my lawyer?"}],"resultDescription":"Returns a JSON object with a 'summary' field containing the condensed text (in paragraph or bullet format as requested), plus word counts for both the summary and the original input, letting the agent verify how much compression was achieved.","failureModes":["Missing or empty 'text' field returns an error — the source text is required","Invalid 'format' value (anything other than 'paragraph' or 'bullets') may default or error","Invalid 'length' value (anything other than 'short', 'medium', or 'long') may default or error","Very short input text may return a summary nearly identical to the input","Payment failure via x402 USDC settlement will prevent the call from completing","Extremely long input text may be truncated or rejected depending on token limits"],"whenToPreferThis":"Choose this endpoint when an agent needs to condense a user-supplied block of text into a structured summary with explicit control over format (paragraph vs bullets) and length (short/medium/long). It is pay-per-use at $0.005 USDC per call via x402, making it suitable for on-demand summarization without subscription overhead. Prefer it over general LLM summarization when you want a dedicated, predictable API contract with consistent output schema including word-count metadata.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T12:56:02.163Z","isFirstParty":false}