Skip to content

Send SMS

Fresh

Send SMS messages to a cloud phone. Supports Android 14.

URL: https://openapi.geelark.com/open/v1/phone/smsMethod: POST

Request Parameters

ParameterRequiredTypeDescription
idYesstringCloud phone ID
fromYesstringSender phone number
contentYesstringSMS content

Request Example

json
{
  "id": "528086321789535232",
  "from": "+1234567890",
  "content": "Your verification code is 123456"
}

Response Example

json
{
  "traceId": "123456ABCDEF",
  "code": 0,
  "msg": "success"
}

Error Codes

CodeDescription
42001Cloud phone does not exist
42002Cloud phone is not in running state
52001Device model does not support sending SMS

GEELark API Documentation - Built with VitePress