Overview
Kling 3.0 Omni is a multi-mode Kling video generation API on APIXO. Use it when you need one model ID for standard, pro, and 4K generation from text prompts, images, or visual references.Endpoint and authentication
Base URL:
All requests require your APIXO API key:
Copy-paste async quickstart
This minimal request submits a standard text-to-video task and returns ataskId.
taskId; you need it to poll for the final result.
Poll for result
resultJson after state becomes success:
Request body
Standard text-to-video
Pro image-to-video
Reference-to-video with a reference video
4K reference-to-video
Parameters
string
default:"async"
Result delivery mode. Omit this field or use
async for polling with statusTask, or use callback for webhook delivery.string
Required when
request_type is callback. Must be a public HTTPS URL that can receive the final task payload. See Webhooks.object
required
Kling 3.0 Omni input parameters.
Mode behavior
Response format
Submit task response
POST /generateTask/kling-3-0-omni returns a task ID when the task is accepted:
integer
API status code.
200 means the task was accepted.string
Human-readable status message.
string
Unique task identifier used with the status endpoint.
Status response fields
string
Unique task identifier.
string
Current task state:
pending, processing, processing_r2, success, or failed.string
JSON string containing generated video URLs in
resultUrls. Present when state is success.string
Machine-readable failure code. Present when
state is failed.string
Human-readable failure message. Present when
state is failed.integer
Task creation timestamp in Unix milliseconds.
integer
Task completion timestamp in Unix milliseconds. Present after completion.
integer
Processing duration in milliseconds when available.
Webhook callback mode
Use callback mode when your backend should receive the final result automatically instead of polling.code, message, and data shape as the status response. See Webhooks for delivery requirements and retry behavior.
Billing
Kling 3.0 Omni is billed per output second. Total cost is:
For current route and market comparison pricing, see Pricing.
Latency and polling
Kling 3.0 Omni tasks are asynchronous. Actual latency varies by mode, prompt complexity, media inputs, duration, 4K selection, route queue load, and provider-side processing time.
Result URLs are temporary. Download and store important outputs promptly after task completion.
Rate limits and concurrency can vary by account, API key, and route. If you receive
429, slow down requests and retry with backoff. For account-level details, see System APIs.
Errors and troubleshooting
HTTP errors
Validation notes
Task failure codes
failCode is generated from APIXO’s mapped provider error. Common values include:
See Error Codes for the full error reference.