Returns the user's default text-to-speech (TTS) provider/model and the available provider/model groups for speech synthesis.
GET/studio/speech
Looks up the authenticated user from the current HTTP context, reads their persisted selection, and returns read-only configuration data. This endpoint does not mutate server state.
Request
Responses
- 200
- 401
- 403
OK
Unauthorized - missing or invalid credentials.
Forbidden - authenticated but missing required role or policy.