Download a System Prompt
Download the online system prompt of a specified language to the PBX.
Request URL
GET {base_url}/{api_path}/system_prompt/download?language={language}&access_token={access_token}
Request parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| language | Yes | String | The language code of the system prompt to download (e.g., "sound-en"). Note:
|
Response parameters
| Parameter | Type | Description |
|---|---|---|
| errcode | Integer | Returned error code.
Note: You can check the error code and
error message in Error Code and Error Message.
|
| errmsg | String | Returned message.
|
Example
Request example
GET /openapi/v1.0/system_prompt/download?language=sound-zh&access_token=gwakjgu9ZBUfz36wql4ndsVKkryI0kdj HTTP/1.1
Host: 192.168.5.150:8088
Response example
HTTP/1.1 200 OK
{
"errcode": 0,
"errmsg": "SUCCESS"
}