Upload
Get upload list
Upload
Get upload list
GET
/
api
/
v1
/
upload
curl --request GET \
--url https://api.bundle.social/api/v1/upload/ \
--header 'x-api-key: <api-key>'
[
{
"id": "<string>",
"teamId": "<string>",
"expiresAt": "2023-11-07T05:31:56Z",
"iconUrl": "<string>",
"thumbnailUrl": "<string>",
"url": "<string>",
"iconPath": "<string>",
"thumbnailPath": "<string>",
"path": "<string>",
"type": "image",
"width": 123,
"height": 123,
"fileSize": 123,
"videoLength": 123,
"mime": "<string>",
"ext": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"posts": [
{
"postId": "<string>",
"uploadId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
}
]
}
]
Authorizations
Query Parameters
Response
200
application/json
200
The response is of type object[]
.
Was this page helpful?
curl --request GET \
--url https://api.bundle.social/api/v1/upload/ \
--header 'x-api-key: <api-key>'
[
{
"id": "<string>",
"teamId": "<string>",
"expiresAt": "2023-11-07T05:31:56Z",
"iconUrl": "<string>",
"thumbnailUrl": "<string>",
"url": "<string>",
"iconPath": "<string>",
"thumbnailPath": "<string>",
"path": "<string>",
"type": "image",
"width": 123,
"height": 123,
"fileSize": 123,
"videoLength": 123,
"mime": "<string>",
"ext": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"posts": [
{
"postId": "<string>",
"uploadId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
}
]
}
]