POST
/
rules
/
transcribe
curl --request POST \
  --url https://api.beyondwords.io/v1/rules/transcribe \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "text": "<string>",
  "type": "ipa",
  "language": {
    "code": "<string>"
  }
}'
{
  "transcription": "<string>",
  "language": "<string>"
}

Authorizations

X-Api-Key
string
header
required

Body

application/json
text
string
type
enum<string> | null
Available options:
ipa
language
object | null

Response

200 - application/json
successful
transcription
string
language
string