All Products
Search
Document Center

Intelligent Media Services:SubmitYikeStoryboardJob

Last Updated:Jul 22, 2026

Submits a storyboard generation task for the Yike AI application.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

SourceType

string

No

The source type.

Novel

FileURL

string

No

The OSS URL of the file.

http://test.oss-cn-shanghai.aliyuncs.com/test.mp4

ShotSplitMode

string

No

The shot split mode.

firstPersonNarration

StyleId

string

No

The storyboard style ID.

RealisticPhotography

AspectRatio

string

No

The aspect ratio of the output video.

4:3

Resolution

string

No

The resolution of the output video.

720P

ShotPromptMode

string

No

The storyboard shot generation mode.

multi

NarrationVoiceId

string

No

The narration voice ID.

sys_YoungGracefulWoman

VideoModel

string

No

The video model.

wan2.6-r2v-flash

ModelParams

string

No

The model feature parameters in JSON format.

{ "AudioEnable": false }

Title

string

No

The task title. If not specified, a default title is automatically generated based on the date. The title cannot exceed 128 bytes in length and must be UTF-8 encoded.

test-title

UserData

string

No

The custom settings in JSON format. Fields:

  • NotifyAddress: the callback URL for task completion. MNS callbacks and HTTP callbacks are supported.

{ "NotifyAddress": "https://www.callback.com" }

SkipFailureShot

boolean

No

Specifies whether to skip failed shots. Default value: True.

True

ExecMode

string

No

The execution mode for storyboard generation. Valid values:

  • FullPipeline: full pipeline generation, which includes storyboard generation and shot video generation.

  • StoryboardOnly: generates only the storyboard.

FullPipeline

Response elements

Element

Type

Description

Example

object

RequestId

string

The request ID.

******3B-0E1A-586A-AC29-742247******

JobId

string

The job ID.

ab0e3e76-1e9d-11ed-ba64-0c42a1b73d66

Examples

Success response

JSON format

{
  "RequestId": "******3B-0E1A-586A-AC29-742247******",
  "JobId": "ab0e3e76-1e9d-11ed-ba64-0c42a1b73d66"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.