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.

Authentication

AuthorizationBearer

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

Path parameters

task_idstringRequired
shot_idstringRequired

Response

Shot media URL
dataobject

Errors

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