腾讯云 API
腾讯云 API
Tencent Cloud API provides programmatic access to Tencent's public cloud — CVM compute, COS storage, CDN, AI services, audio/video, IM; deep WeChat ecosystem integration.
Tight WeChat ecosystem integration (top choice for mini-program cloud development)
General products (compute/database) slightly weaker than Alibaba Cloud
Create SecretId + SecretKey in Tencent Cloud console. Python SDK: tencentcloud-sdk-python. All APIs are POST + signed.
Uptime · 30-day window
About this API
Tencent Cloud was Tencent's cloud computing arm founded 2013, China's #2 public cloud (market share second to Alibaba Cloud). Differentiator is "Tencent ecosystem advantage": (1) Native WeChat mini-program cloud development integration (mini-program development's cloud-dev backend is Tencent Cloud); (2) Audio/video tech (RTC technology from Tencent Meeting, Tencent Video, YY Inc., etc.) commercialized for audio/video apps; (3) Deep gaming industry experience (Tencent is the world's largest game company; game backend engineering experience exported as cloud services). Product matrix covers IaaS (CVM, COS) + PaaS (databases, message queues, CDN) + SaaS (IM real-time messaging, TRTC, WeWork API). Top choice for WeChat mini-programs, audio/video apps, gaming industry customers. General cloud computing users often choose between Tencent Cloud and Alibaba Cloud based on price negotiations.
What you can build
- 1WeChat ecosystem app backends (mini-programs, official accounts)
- 2Audio/video apps (same RTC engine as Tencent Meeting)
- 3Gaming industry (Tencent is gaming leader with exclusive products)
- 4IM real-time messaging (WeChat-grade engineering)
Strengths & limitations
Strengths
- Tight WeChat ecosystem integration (top choice for mini-program cloud development)
- Industry-leading audio/video tech + game backend
- #2 public cloud in China (market share second to Alibaba Cloud)
Limitations
- General products (compute/database) slightly weaker than Alibaba Cloud
- Fewer international regions
- API design RPC-style, less clean than AWS REST
Example request
curl https://cloud.tencent.com/<endpoint> \
-H "Authorization: Bearer $API_KEY"
# Some providers use X-Api-Key instead — verify in the docs.Getting started
Create SecretId + SecretKey in Tencent Cloud console. Python SDK: tencentcloud-sdk-python. All APIs are POST + signed.
FAQ
Which cloud for WeChat mini-program cloud-dev?+
WeChat mini-program CloudBase is built on Tencent Cloud — can't choose another.
What is TRTC?+
Tencent Real-Time Communication, Tencent's WebRTC SDK + backend, core technology for audio/video calling apps (Zoom-style).
Technical details
- Auth type
- api_key
- Pricing
- paid
- Rate limit
- 按服务 quota
- Protocols
- REST
- SDKs
- python, javascript, go, java, php, csharp