video-accessibility/backend/app/api/v1
Vadym Samoilenko a22fe5c1bc fix: surface ElevenLabs config errors and add availability flag
- Extract actual error message from blob response in previewVoice so
  users see the real API error instead of generic "Failed to generate preview"
- VoicePreviewButton now reads err.message from thrown Error objects
- Add available: bool field to ProviderVoicesResponse; returns false
  when ELEVENLABS_API_KEY is not configured so the frontend can react
  proactively instead of hitting a 400 on preview
- VoiceSelector shows a descriptive config warning when available=false

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-03 14:17:00 +00:00
..
__pycache__ more fixes for refresh token - this time maintaining the username and role properly across refresh 2025-10-08 23:09:29 -05:00
routes_admin.py added production user role and made it default for new MSAL users - production can access everything EXCEPT user management - that's only for admin 2025-10-10 10:07:30 -05:00
routes_auth.py added production user role and made it default for new MSAL users - production can access everything EXCEPT user management - that's only for admin 2025-10-10 10:07:30 -05:00
routes_files.py initial commit 2025-08-24 16:28:33 -05:00
routes_jobs.py feat: add Return to QC action for jobs in resting statuses 2026-02-14 13:18:02 -06:00
routes_review_notes.py feat: add video review with timestamped notes to Final Review 2025-12-26 15:30:00 -06:00
routes_tts.py fix: surface ElevenLabs config errors and add availability flag 2026-03-03 14:17:00 +00:00
routes_websockets.py wrote docker files and deployment instructions 2025-10-08 16:00:12 -05:00