Product Issues
Render stuck or slow
- Confirm timeline has valid slide content and generated audio.
- Retry render once.
- If repeated, capture render ID and contact support.
Narration quality issues
- Change voice profile first.
- Adjust speed slightly.
- Rewrite problematic sentence and regenerate affected slides.
Visual layout issues
- Reduce text density.
- Verify format choice (landscape vs portrait).
- Re-render after template adjustments.
API Issues
401 Unauthorized
- Verify
x-api-keyor bearer token is present and current. - Verify requests are sent to
/v1/*base URL.
403 Forbidden
- Confirm account tier supports public API access.
- Confirm user has access to target resources.
409 Idempotency conflict
- Reused idempotency key with different payload.
- Use a new key for materially different request bodies.
429 Rate limit
- Respect
Retry-After. - Back off and retry with jitter.
CLI Issues
slidevids whoami fails
- Re-run
slidevids login. - Check
SLIDEVIDS_API_BASE_URLand auth env vars. - Run with
--debugto inspect request path/status.
Render waits indefinitely
- Use explicit timeout in
renders wait. - Check render status directly with
renders status. - Verify timeline ID and render ID match expected environment.
Escalation Data to Capture
When opening a support request include:
- Timeline ID and render ID.
- Approximate timestamp and timezone.
- Request IDs from failing API calls.
- CLI command used and error output.
Contact: /contact