{"uid":"cap_5aRk9wL8fdXSLVWkE7rHz","slug":"delx-case-convert-b65ad64b","name":"Delx Case Convert","description":"Turn mixed human or machine text into production-ready snake_case, kebab-case, camelCase, PascalCase, CONSTANT_CASE, title, lower, or upper text for $0.001 USDC. The deterministic first-party transform runs locally, accepts up to 4,000 characters, returns structured JSON, uses no upstream API, and retains no input.","url":"https://api.delx.ai/api/v1/x402/case-convert","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"case":{"enum":["snake","kebab","camel","pascal","constant","title","lower","upper"],"type":"string","default":"snake"},"text":{"type":"string","maxLength":4000,"minLength":1}}},"responseSchema":{"type":"json","example":{"case":"camel","input":"Hello world API","words":["hello","world","api"],"result":"helloWorldApi","schema":"delx/case-convert/v1"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.001","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.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_K4TVDo_Aukxg0SWEP53Mb","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Converts a text string between common programming case formats such as snake_case, kebab-case, camelCase, and PascalCase.","exampleAgentPrompt":"Can you convert the string 'getUserProfileData' from camelCase to snake_case for me?","exampleUseCases":[{"title":"Normalize API field names for database","prompt":"I have a list of camelCase field names from a JSON API response — like 'userId', 'createdAt', 'profileImageUrl' — can you convert them all to snake_case so I can use them as database column names?"},{"title":"Rename components for a CSS library","prompt":"Convert the component name 'primaryActionButton' to kebab-case so I can use it as a CSS class name."},{"title":"Generate PascalCase class names from slugs","prompt":"I have a slug like 'order-confirmation-email' — can you convert it to PascalCase so I can use it as a TypeScript class name?"}],"resultDescription":"Returns the input text reformatted in the requested case convention (e.g. snake_case, kebab-case, camelCase, PascalCase), along with metadata about the conversion performed.","failureModes":["Invalid or unsupported target case format returns an error","Empty or null input string returns a validation error","Payment not included or insufficient USDC balance results in 402 payment required","Malformed request body returns a 400 bad request"],"whenToPreferThis":"Use this endpoint when an agent needs a reliable, pay-per-use text case conversion without standing up local string utilities — ideal for pipelines that generate identifiers, field names, or slugs and need them in a specific format for code generation, database schemas, or API normalization tasks.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T13:07:14.042Z","isFirstParty":false}