{"uid":"cap_CA6BQ3EZjA0jiCLZHiclL","slug":"melssa-guide-corpus-endpoint-98802f66","name":"Melssa Guide Corpus Endpoint","description":"One guide as source markdown","url":"https://melssa.com/api/agent/corpus/:slug","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","HEAD","DELETE"],"type":"string"},"pathParams":{"type":"object","required":["slug"],"properties":{"slug":{"type":"string","pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$","description":"Guide slug. The free manifest at /api/agent/manifest lists every one."}},"additionalProperties":false},"queryParams":{"type":"object","properties":{"locale":{"enum":["en","de","ru","es","bg","he"],"type":"string","description":"Curated human translation to return. Omit for the English original. A locale with no row for that slug is a 404, not a fallback to English — /api/agent/manifest lists which locales each slug has."}},"additionalProperties":false}},"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}}}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.01","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.01/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_-lLVt_V75RboLBtH-YcDV","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.01","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Retrieves a single guide as source markdown by its slug, with optional locale selection","exampleAgentPrompt":"Fetch me the melssa guide with slug 'getting-started' in Spanish so I can read its full markdown content.","exampleUseCases":[{"title":"Multilingual guide retrieval for support bot","prompt":"Pull the melssa guide with slug 'account-setup' in German so I can show it to our German-speaking users."},{"title":"English guide content for onboarding flow","prompt":"Get me the full markdown of the melssa guide called 'quick-start' in English — I need the source text to embed in our onboarding page."},{"title":"Checking available guide content","prompt":"Retrieve the melssa guide with slug 'billing-faq' so I can read through what it covers and decide if it answers the question."}],"resultDescription":"Returns the full source markdown text of the requested guide for the given slug and locale. If the locale has no translation for the slug, returns a 404. The manifest endpoint at /api/agent/manifest lists all available slugs and which locales each supports.","failureModes":["404 if slug does not exist in the system","404 if the requested locale has no translation for that slug (no fallback to English)","Invalid slug format (must match ^[a-z0-9]+(?:-[a-z0-9]+)*$) returns validation error","Unsupported locale value returns validation error","Missing or malformed path parameter returns error"],"whenToPreferThis":"Use this endpoint when you need the raw markdown source of a specific named guide from melssa.com, especially when you know the slug ahead of time (from the manifest) and optionally need a specific curated human translation in one of the supported locales (en, de, ru, es, bg, he). Prefer this over a search endpoint when the guide slug is already known.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:30:41.166Z","isFirstParty":false}