shot_id.curl --location --request POST 'https://api.beatapi.io/v1/music-video/tasks/task_8K2qA/shots/shot_xxx/media' \
--header 'Authorization: Bearer <token>'{
"data": {
"object": "shot_media",
"task_id": "task_8K2qA",
"shot_id": "shot_xxx",
"index": 0,
"status": "succeeded",
"media": {
"type": "video",
"url": "https://media.beatapi.io/outputs/task_8K2qA/shots/shot_xxx/current.mp4",
"mime_type": "video/mp4"
},
"created_at": 1782210000,
"updated_at": 1782210300,
"request_id": "req_abc123"
}
}