Menu

Write SMS to Cloud Phone

Usage Instructions

Write SMS to Cloud Phone. Note: This operation is only available for cloud phones running Android 15 and Android 12(Region A).

Request Instructions

POST /api/v1/cloudNumber/imageWriteSms

Request Parameters

Parameter Type Required Description
image_id array Yes Cloud Phone ID, can be obtained from the cloud phone list. This operation is only available for cloud phones running Android 15 and Android 12(Region A)
sms array Yes SMS Content

sms

Parameter Type Required Description
phone string Yes Sender Number
message string Yes SMS Content

请求示例

json Copy
{
    "image_id": "xxx",
    "sms": [  
      {
        "phone": "xxxxxxxx",
        "message": "xxxxxxxx"
      },
      {
        "phone": "xxxxxxxx",
        "message": "xxxxxxxx"
      }
    ]
}

返回示例

json Copy
{
    "code": 200,
    "data": {
        "message": "success"
    },
    "message": "success"
}
Previous
Renew Cloud Phone
Next
Subscription Startup
Last modified: 2026-02-11Powered by