Doc version:v1.0.0 | Last updated:2026-06-11 This platform fully supports the Jimeng official video generation API. Requests and responses are transparently proxied; parameter semantics are identical to the official API.
| HTTP Code | Error Code | Error Message | Description | Retryable |
|---|---|---|---|---|
| 200 | 10000 | — | Success | No |
| 400 | 50411 | Pre Img Risk Not Pass | Input image pre-review failed | No |
| 400 | 50511 | Post Img Risk Not Pass | Output image post-review failed | Yes |
| 400 | 50412 | Text Risk Not Pass | Input text pre-review failed | No |
| 400 | 50512 | Post Text Risk Not Pass | Output text post-review failed | No |
| 400 | 50413 | Post Text Risk Not Pass | Input text contains sensitive or copyrighted words | No |
| 400 | 50516 | Post Video Risk Not Pass | Output video post-review failed | Yes |
| 400 | 50517 | Post Audio Risk Not Pass | Output audio post-review failed | Yes |
| 400 | 50518 | Pre Img Risk Not Pass: Copyright | Input copyright image pre-review failed | No |
| 400 | 50519 | Post Img Risk Not Pass: Copyright | Output copyright image post-review failed | Yes |
| 400 | 50520 | Risk Internal Error | Content review service error | No |
| 400 | 50521 | Antidirt Internal Error | Copyright word service error | No |
| 400 | 50522 | Image Copyright Internal Error | Copyright image service error | No |
| 429 | 50429 | Request Has Reached API Limit, Please Try Later | QPS rate limit exceeded | Yes |
| 429 | 50430 | Request Has Reached API Concurrent Limit, Please Try Later | Concurrent limit exceeded | Yes |
| 500 | 50500 | Internal Error | Internal error | Yes |
| 500 | 50501 | Internal RPC Error | Internal algorithm error | Yes |
req_json parameter, in compliance with AI-generated content labeling regulations.req_json example:{
"aigc_meta": {
"content_producer": "your_service_id",
"producer_id": "unique_content_id",
"content_propagator": "propagator_service_id",
"propagate_id": "unique_propagation_id"
}
}| Parameter | Type | Required | Description |
|---|---|---|---|
content_producer | string | No | Content generation service ID (max 256 chars) |
producer_id | string | Yes | Unique content ID assigned by the generation service (max 256 chars) |
content_propagator | string | Yes | Content propagation service ID (max 256 chars) |
propagate_id | string | No | Unique propagation ID assigned by the propagation service (max 256 chars) |