Skip to main content
GET
/
v1
/
case
/
capitalize
Capitalize Text
curl --request GET \
  --url https://api.example.com/v1/case/capitalize \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Query Parameters

text
string
required

Text to capitalize

Response

Successful Response