Finalize a transfer
Regional
us.api.brault.app— follows the region selector in the top barEvery declared upload must be completed first. The transfer’s link works from this moment.
Authorization
apiKey AuthorizationBearer <token>
API key from Settings → Developers
In: header
Path Parameters
transferId*string
Response Body
application/json
application/json
curl -X POST "https://example.com/v1/transfers/string/complete"{ "object": "transfer", "id": "string", "url": "string", "status": "awaiting_uploads", "size": 0, "file_count": 0, "folder_count": 0, "password_protected": true, "expires_at": "2019-08-24T14:15:22Z", "view_count": 0, "download_count": 0, "zip_url": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "created_by_id": "string", "files": [ { "name": "string", "size": 0, "mime": "string", "path": "string" } ], "folders": [ { "name": "string", "path": "string" } ]}