Retrieve a Music Video storyboard shot media URL

Materialize one storyboard shot video using its BeatAPI shot_id. If the shot has not been stored yet, BeatAPI retrieves the current shot video, stores it under BeatAPI media storage, and returns a BeatAPI media URL. Repeated calls return the stored URL when available.

This endpoint does not edit the shot and does not compose a new final Music Video.

身份验证

AuthorizationBearer

Send your API key as Authorization: Bearer <BEATAPI_API_KEY>.

路径参数

task_idstring必需
shot_idstring必需

响应

Shot media URL
dataobject

错误

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error
502
Bad Gateway Error