All Products
Search
Document Center

Intelligent Media Services:GetYikeStoryboardJob

Last Updated:Jul 22, 2026

Retrieves an AI application task for storyboard generation.

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

JobId

string

No

The snapshot task ID.

****20b48fb04483915d4f2cd8ac****

Response elements

Element

Type

Description

Example

object

RequestId

string

The request ID.

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

JobId

string

The job ID. You can obtain this value from the response parameters of Submit a packaging job.

****a046-263c-3560-978a-fb287782****

JobParams

object

The algorithm job parameters. This is a JSON object whose content varies depending on the algorithm.

FileURL

string

The OSS URL of the file.

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

ShotPromptMode

string

The shot prompt generation mode.

multi

SourceType

string

The source type.

Novel

ModelParams

string

The random seed.

{ "AudioEnable": false }

ShotSplitMode

string

The shot split mode.

firstPersonNarration

NarrationVoiceId

string

The narration voice ID.

sys_YoungGracefulWoman

VideoModel

string

The video model.

wan2.6-r2v-flash

StyleId

string

The style ID.

RealisticPhotography

Resolution

string

The resolution of the generated video.

1K

Title

string

The job title.

- Maximum length: 128 bytes.

- UTF-8 encoded.

test-title

AspectRatio

string

The aspect ratio of the video.

16:9

JobStatus

string

The job status. Valid values:

  • Succeeded: The job is processed.

  • Failed: The job failed.

  • Running: The job is being processed.

Succeeded

JobResult

object

The job result.

OutputUrl

string

The downloadable OSS URL.

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

SuccessStoryboardList

string

The list of successful storyboards.

[\"st_2118280473\"]

ExceptionStoryboardIds

string

The list of exception storyboard IDs.

[\"st_2053348871\"]

FailureShotList

string

The list of failed shots.

[{\"errorCode\":\"NoMediaData\",\"storyboardId\":\"st_2118280473\",\"shotId\":\"54\"}]

SuccessStoryboardIds

string

The list of successful storyboard IDs, separated by commas.

st_2118280473, st_2118280471

StoryboardInfoList

string

The detailed storyboard information for the storyboard generation task.

[{\"storyboardId\":\"st_1541525214\",\"title\":\"test_1\",\"status\":\"Produced\",\"subStatus\":\"ProduceSucc\"},{\"storyboardId\":\"st_1633435355\",\"title\":\"test_2\",\"status\":\"Produced\",\"subStatus\":\"ProduceSucc\"}]

Examples

Success response

JSON format

{
  "RequestId": "******3B-0E1A-586A-AC29-742247******",
  "JobId": "****a046-263c-3560-978a-fb287782****",
  "JobParams": {
    "FileURL": "https://test.oss-cn-shanghai.aliyuncs.com/test.mp4",
    "ShotPromptMode": "multi",
    "SourceType": "Novel",
    "ModelParams": "{\n  \"AudioEnable\": false\n}",
    "ShotSplitMode": "firstPersonNarration",
    "NarrationVoiceId": "sys_YoungGracefulWoman",
    "VideoModel": "wan2.6-r2v-flash",
    "StyleId": "RealisticPhotography",
    "Resolution": "1K",
    "Title": "test-title",
    "AspectRatio": "16:9"
  },
  "JobStatus": "Succeeded",
  "JobResult": {
    "OutputUrl": "https://test.oss-cn-shanghai.aliyuncs.com/test.mp4",
    "SuccessStoryboardList": "[\\\"st_2118280473\\\"]",
    "ExceptionStoryboardIds": "[\\\"st_2053348871\\\"]",
    "FailureShotList": "[{\\\"errorCode\\\":\\\"NoMediaData\\\",\\\"storyboardId\\\":\\\"st_2118280473\\\",\\\"shotId\\\":\\\"54\\\"}]",
    "SuccessStoryboardIds": "st_2118280473, st_2118280471",
    "StoryboardInfoList": "[{\\\"storyboardId\\\":\\\"st_1541525214\\\",\\\"title\\\":\\\"test_1\\\",\\\"status\\\":\\\"Produced\\\",\\\"subStatus\\\":\\\"ProduceSucc\\\"},{\\\"storyboardId\\\":\\\"st_1633435355\\\",\\\"title\\\":\\\"test_2\\\",\\\"status\\\":\\\"Produced\\\",\\\"subStatus\\\":\\\"ProduceSucc\\\"}]"
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.