Brault Developers

Finish one declared upload

Regionalus.api.brault.appfollows the region selector in the top bar
POST
/v1/transfers/{transferId}/uploads/{uploadId}/complete

Send parts for a multipart upload. For a single PUT the server checks the object itself.

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"}