/
BU
bundle
/
bundle.social API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
analytics
7
app
1
comment
11
misc
84
organization
6
post
9
postCSV
5
postImport
6
socialAccount
11
team
5
upload
8
get
Get upload list
post
Create upload
delete
Delete many uploads
post
Create upload from URL
get
Get upload
delete
Delete upload
post
Finalize large upload
post
Initialize large upload
upload
Create upload
Upload a file. This is the only endpoint that uses multipart/form-data.
post
/api/v1/upload/
Response
200
object
required
id
string
required
teamId
string
nullable
organizationId
string
nullable
iconUrl
string
uri
nullable
thumbnailUrl
string
uri
nullable
url
string
uri
nullable
externalLink
string
uri
nullable
iconPath
string
nullable
thumbnailPath
string
nullable
path
string
nullable
type
'image'
|
'video'
|
'document'
required
width
number
nullable
height
number
nullable
fileSize
number
nullable
videoLength
number
nullable
mime
string
nullable
ext
string
nullable
createdAt
string
date-time
nullable
required
updatedAt
string
date-time
nullable
required
Changes