Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mosufy/5c10d05d813d4a9ef2e8 to your computer and use it in GitHub Desktop.
Save mosufy/5c10d05d813d4a9ef2e8 to your computer and use it in GitHub Desktop.
VBC API Fetch all submissions with all media response
{
"total": 1,
"size": 20,
"requests": [
{
"id": "b543c4e5df3c7c209",
"uid": "34212",
"status": "WAITING",
"site": {
"name": "yourdomain.com",
"logo": "http://assets.yourdomain.com/logo.png"
},
"reuploadToken": "43hu9w834triIOQ04IwieowPXVbf",
"caption": "The quick brown fox jumps over the lazy dog.",
"uploads": [
{
"hash": "BLARGHHASH",
"name": "small.mp4",
"url": "https://vbc-in-sg.s3-ap-southeast-1.amazonaws.com/original/Pzl139Ge3xO7.small.mp4",
"requestId": 432349933,
"status": "COMPLETED",
"size": 361833,
"input": [],
"outputs": [],
"thumbnails": [],
"created": "July 4, 2014 10:22:39"
},
{
"hash": "BLARGHHASH",
"name": "small.mp4",
"url": "https://vbc-in-sg.s3-ap-southeast-1.amazonaws.com/original/Pzl139Ge3xO7.small.mp4",
"requestId": 432349933,
"status": "COMPLETED",
"size": 361833,
"input": [],
"outputs": [],
"thumbnails": [],
"created": "July 4, 2014 10:22:39"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment