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

Authorizations

X-API-Key
string
header
required

Query Parameters

name
string
required

Name to get initials from

separator
string
default:""

Separator between initials

Response

Successful Response