Finish one declared upload
Regional
us.api.brault.app— follows the region selector in the top barSend parts for a multipart upload. For a single PUT the server checks the object itself.
Authorization
apiKey AuthorizationBearer <token>
API key from Settings → Developers
In: header
Path Parameters
transferId*string
uploadId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/v1/transfers/string/uploads/string/complete" \ -H "Content-Type: application/json" \ -d '{}'{ "object": "transfer_upload", "id": "string", "status": "completed"}