App notification voice prompt
You have three new messages and one upcoming meeting in fifteen minutes.
View API Code
curl -X POST https://runapi.ai/api/v1/elevenlabs/text_to_sound \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
--data-binary @- <<'JSON'
{
"model": "text-to-speech-turbo-v2.5",
"text": "You have three new messages and one upcoming meeting in fifteen minutes."
}
JSON