Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Transcribes text into phonemes for use in pronunciation rules.
cURL
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>" }
The text to be transcribed
The transcription type to generate (currently only ipa)
ipa
Show child attributes
successful
Was this page helpful?