Skip to content
drop.mov Docs
Search
K
Main Navigation
ガイド
API リファレンス
SDK
Appearance
Menu
Return to top
Get upload part URL
POST
/user/upload/part
Get presigned URL for uploading a part
Authorizations
Request Body
application/json
Schema
JSON
JSON
{
"key"
:
"string"
,
"upload_id"
:
"string"
,
"part_number"
:
0
,
"media_source_id"
:
"string"
}
Responses
200
Upload part URL
Content-Type
application/json
Schema
JSON
JSON
{
"success"
:
true
,
"data"
:
{
"url"
:
"string"
}
}
POST
/user/upload/part
Playground
Server
Select a server...
Body
Try it out
Samples
Powered by
VitePress OpenAPI