Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Xiaomi Multipart Upload API

The Multipart Upload API from Xiaomi — 3 operation(s) for multipart upload.

Xiaomi Multipart Upload API is one of 8 APIs that Xiaomi publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Multipart Upload. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 4 operations across 3 paths, and defines 2 schemas. It is described by OpenAPI 3.0.3, at version 1.0.0.

Requests are made against 3 base URLs: https://cnbj0.fds.api.xiaomi.com, https://awsbj0.fds.api.xiaomi.com, https://awssgp0.fds.api.xiaomi.com.

4 operations 3 paths 2 schemas 1 DELETE2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Base URL
https://open.account.xiaomi.com
Authentication
HTTP Custom
Resource Areas
1

Authentication & Security 1

Xiaomi Multipart Upload API declares 1 security scheme for authenticating requests. It uses HTTP custom authentication (hmacAuth). By default, every request must be authenticated.

  • hmacAuth — HMAC-based signature authentication. Requests must include a Date header and Authorization header with HMAC-SHA1 signature.

Paths & Operations 4

Across 3 paths, the API surfaces 4 operations — 1 DELETE, 2 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Multipart Upload 4
POST
/{bucketName}/{objectName}?uploads
Initiate Multipart Upload
initiateMultipartUpload 2 params → 200
PUT
/{bucketName}/{objectName}?partNumber={partNumber}&uploadId={uploadId}
Upload Part
uploadPart 4 params body → 200
POST
/{bucketName}/{objectName}?uploadId={uploadId}
Complete Multipart Upload
completeMultipartUpload 3 params body → 200
DELETE
/{bucketName}/{objectName}?uploadId={uploadId}
Abort Multipart Upload
abortMultipartUpload 3 params → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are InitiateMultipartResponse (3 properties), CompleteMultipartRequest (1 property). Each schema is shown below with its type and property counts.

InitiateMultipartResponse
object
3 properties
CompleteMultipartRequest
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

xiaomi-multipart-upload-api-openapi.yml Raw ↑

Other APIs Xiaomi publishes across the network.

Xiaomi Access Control API
Xiaomi Authentication API
Xiaomi CDN API
Xiaomi Chat API
Xiaomi Models API
Xiaomi Objects API
Xiaomi User API