{"uid":"cap_X3dTSdFwSQuHzVIj_4Oa9","slug":"openverbs-inflect-case-converter-815585c0","name":"OpenVerbs Inflect Case Converter","description":"Split an identifier or phrase into words and render it in every common case — camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case, path/case, Title Case and Sentence case. Handles acronyms (HTMLParser → html parser).","url":"https://inflect.openverbs.com/v1/case","method":"POST","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["text"],"properties":{"text":{"type":"string","maxLength":4096,"minLength":1,"description":"Identifier or phrase to convert."}},"additionalProperties":false},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.002","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.002/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_iHMmR1LrsvXDcegRTge0M","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.002","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Converts any identifier or phrase into all common code and text casing formats (camelCase, snake_case, kebab-case, PascalCase, CONSTANT_CASE, etc.) with smart acronym handling.","exampleAgentPrompt":"Convert 'HTMLParser' into all the common code casing styles — camelCase, snake_case, kebab-case, PascalCase, CONSTANT_CASE, and the rest — making sure the acronym is handled correctly.","exampleUseCases":[{"title":"Rename variable across language conventions","prompt":"I'm porting a Python library to JavaScript — take 'user_profile_data' and give me all the casing variants so I can pick the right one for each target language."},{"title":"Generate URL slug from class name","prompt":"I have a class called 'CustomerInvoiceService' — what's the kebab-case version I should use as a URL slug, and show me all the other case formats too?"},{"title":"Normalize API field names","prompt":"Our API spec uses 'Content-Type' style headers but our database uses snake_case columns — convert 'requestBodyPayload' into every common casing format so I can map it across all our systems."}],"resultDescription":"Returns the input string rendered in every standard casing format: camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case, path/case, Title Case, and Sentence case. Acronyms are intelligently split (e.g. HTMLParser → html_parser in snake_case), ensuring correct output for mixed identifier inputs.","failureModes":["Empty or missing 'text' field returns a 400 validation error","Input exceeding 4096 characters is rejected","Payment not provided or insufficient USDC results in a 402 Payment Required response","Non-string input types are rejected by schema validation"],"whenToPreferThis":"Choose this endpoint when you need all common casing formats from a single call, especially when acronyms are involved (e.g. XMLHttpRequest, HTMLParser) that naive splitters mishandle. Prefer it over custom regex or ad-hoc string manipulation when correctness across edge cases matters, or when building code generators, documentation tools, or cross-language porting workflows that need multiple conventions at once.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T18:30:22.635Z","isFirstParty":false}