cURL
curl --request POST \ --url https://api.apexxcloud.com/api/v1/files/multipart/{uploadId}/complete \ --header 'Content-Type: application/json' \ --header 'X-Access-Key: <api-key>' \ --header 'X-Signature: <api-key>' \ --header 'X-Timestamp: <api-key>' \ --data '{ "parts": [ { "PartNumber": 123, "ETag": "<string>" } ] }'
{ "data": { "message": "Multipart upload completed successfully", "key": "<string>", "location": "https://cdn.apexxcloud.com/f/{access_id}/{path}", "size": 123, "bucket": "<string>", "region": "<string>", "visibility": "public", "content_type": "<string>" } }
Your API Access Key
HMAC SHA-256 signature of the request
ISO 8601 timestamp of the request
Multipart upload completed successfully
The response is of type object.
object