# 20260329 Live Smoke Test — Omni Video

## Goal
Run the first real Kling API smoke test after AK/SK provisioning and resource pack purchase.

## Result
- JWT auth: success
- Endpoint: `POST /v1/videos/omni-video`
- Model: `kling-v3-omni`
- Response: success (`code: 0`, `message: SUCCEED`)
- `task_id` issued
- `task_status: submitted`

## Important mismatch found
First attempt used:
- `mode='standard'`

Actual API response:
- `code: 1201`
- `message: mode value 'standard' is invalid`

Second attempt used:
- `mode='std'`

This succeeded.

## Permanent correction
- Treat video generation mode enum as `std` / `pro`
- Update builders, validators, and current docs to match live behavior
