Execute agent voice (text-to-speech)

Generate speech audio for the given text using the agent voice configuration (ElevenLabs TTS).

Authentication

AuthorizationBearer
API key or Clerk session token

Path parameters

idstringRequired

Request

This endpoint expects a map from strings to any.

Response

Generated audio result
successboolean
audioBase64string
audioUrlstring
durationdouble
modelIdstring
voiceIdstring

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error