tencent cloud

游戏多媒体引擎

产品动态
产品介绍
产品概述
优势特性
产品功能
应用场景
安全合规认证
新手指引
产品计费
免费额度
购买指南
SDK 下载指引
产品功能体验
基本功能演示
场景化 Demo 体验
控制台指南
用量查看
服务开通
快速入门
快速接入 SDK
快速接入 Sample Project
基础功能开发指南
鉴权密钥
实时语音角色设置
音质选择
进阶功能开发指南
服务端录制
万人范围语音
3D 音效
音效与伴奏
网络音频流转发路由
自定义消息通道
如何应对公司防火墙限制
语言参数参考列表
房间管理功能
客户端 API
Unity SDK
Unreal Engine SDK
Cocos2D SDK
Windows SDK
iOS SDK
Android SDK
macOS SDK
H5SDK
Electron SDK
Flutter SDK
SDK 版本升级指引
错误码
编译工具链文档
服务端 API
History
Introduction
API Category
Usage APIs
Recording APIs
Making API Requests
Voice Chat APIs
Application APIs
Data Types
Error Codes
常见问题
产品功能问题
问题解决指南
计费相关问题
Sample Project 使用问题
一般性问题
鉴权相关问题
实时语音进房失败问题
实时语音无声及音频问题
网络问题
语音转文本问题
工程导出问题
服务协议
服务等级协议
联系我们
词汇表
GME 政策
数据处理和安全协议
隐私协议

Request Structure

PDF
フォーカスモード
フォントサイズ
最終更新日: 2025-10-30 21:44:22

1. Service Address

The API supports access from either a nearby region (at gme.intl.tencentcloudapi.com) or a specified region (at gme.ap-guangzhou.tencentcloudapi.com for Guangzhou, for example).

We recommend using the domain name to access the nearest server. When you call an API, the request is automatically resolved to a server in the region nearest to the location where the API is initiated. For example, when you initiate an API request in Guangzhou, this domain name is automatically resolved to a Guangzhou server, the result is the same as that of specifying the region in the domain like "gme.ap-guangzhou.tencentcloudapi.com".

Note: For latency-sensitive businesses, we recommend that you specify the region in the domain name.

Tencent Cloud currently supports the following regions:

Hosted region Domain name
Local access region (recommended, only for non-financial availability zones) gme.intl.tencentcloudapi.com
South China (Guangzhou) gme.ap-guangzhou.tencentcloudapi.com
East China (Shanghai) gme.ap-shanghai.tencentcloudapi.com
East China (Nanjing) gme.ap-nanjing.tencentcloudapi.com
North China (Beijing) gme.ap-beijing.tencentcloudapi.com
Southwest China (Chengdu) gme.ap-chengdu.tencentcloudapi.com
Southwest China (Chongqing) gme.ap-chongqing.tencentcloudapi.com
Hong Kong, Macao, Taiwan (Hong Kong, China) gme.ap-hongkong.tencentcloudapi.com
Southeast Asia (Singapore) gme.ap-singapore.tencentcloudapi.com
Southeast Asia (Jakarta) gme.ap-jakarta.tencentcloudapi.com
Southeast Asia (Bangkok) gme.ap-bangkok.tencentcloudapi.com
Northeast Asia (Seoul) gme.ap-seoul.tencentcloudapi.com
Northeast Asia (Tokyo) gme.ap-tokyo.tencentcloudapi.com
U.S. East Coast (Virginia) gme.na-ashburn.tencentcloudapi.com
U.S. West Coast (Silicon Valley) gme.na-siliconvalley.tencentcloudapi.com
South America (São Paulo) gme.sa-saopaulo.tencentcloudapi.com
Europe (Frankfurt) gme.eu-frankfurt.tencentcloudapi.com

2. Communications Protocol

All the Tencent Cloud APIs communicate via HTTPS, providing highly secure communication tunnels.

3. Request Methods

Supported HTTP request methods:

  • POST (recommended)
  • GET

The Content-Type types supported by POST requests:

  • application/json (recommended). The TC3-HMAC-SHA256 signature algorithm must be used.
  • application/x-www-form-urlencoded. The HmacSHA1 or HmacSHA256 signature algorithm must be used.
  • multipart/form-data (only supported by certain APIs). You must use TC3-HMAC-SHA256 to calculate the signature.

The size of a GET request packet is up to 32 KB. The size of a POST request is up to 1 MB when the HmacSHA1 or HmacSHA256 signature algorithm is used, and up to 10 MB when TC3-HMAC-SHA256 is used.

4. Character Encoding

Only UTF-8 encoding is used.

ヘルプとサポート

この記事はお役に立ちましたか?

フィードバック