OverviewREST · JSON

Case Converter

Convert identifiers between camel, pascal, snake, kebab, CONSTANT, title, dot and path case.

Method
POST
Endpoint
/v1/case-convert
Auth
X-API-Key
Format
JSON
Cases
camel · pascal · snake · kebab · constant · title · …
Status
200 · 400 · 401 · 402 · 429
Trylive · no key
Pricingmonthly + usage
Referencecurl · SDK · OpenAPI
curl -X POST https://atomios.me/api/v1/case-convert/ \
  -H "X-API-Key: $ATOMIOS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"text":"getUserID example","target":"snake"}'
Ratingscommunity