Getting started
Analytics
Content
Languages
Player settings
Player
Playlists
Webhooks
RSS Feed
Rules
Video Settings
Rules
Transcribe rule
Rules
Transcribe rule
Transcribe
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
Body
application/json
Available options:
ipa
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>"
}