Skip to main content
POST
/
vault
/
{id}
/
multipart
/
part-urls
{
  "urls": [
    {
      "partNumber": 123,
      "url": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Path Parameters

id
string
required

Vault ID

Body

application/json
objectId
string
required

Vault object ID associated with the multipart upload

uploadId
string
required

Multipart upload ID returned when the upload was initialized

parts
object[]
required

Multipart parts that need presigned upload URLs

Response

Multipart part URLs generated successfully

urls
object[]