POST
/
v1
/
diacritics
Tone Mark
curl --request POST \
  --url https://api.spi-tch.com/v1/diacritics \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "language": "yo",
  "text": "<string>"
}'
{
  "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "text": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
language
enum<string>
required
Available options:
yo,
en,
ha,
ig,
am
text
string
required

Response

Successful Response

request_id
string<uuid>
required
text
string
required