Skip to content

Brand List

Fresh

Get the list of supported phone brands and models for cloud phones.

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

Request Parameters

ParameterRequiredTypeDescription
mobileTypeYesstringAndroid version (e.g., Android 12)

Request Example

json
{
  "mobileType": "Android 12"
}

Response Example

json
{
  "traceId": "123456ABCDEF",
  "code": 0,
  "msg": "success",
  "data": [
    {
      "brandName": "samsung",
      "models": ["Galaxy S23", "Galaxy S22", "Galaxy A54"]
    },
    {
      "brandName": "google",
      "models": ["Pixel 7", "Pixel 6a"]
    }
  ]
}

TIP

Use the surfaceBrandName and surfaceModelName values from this API when creating cloud phones with the Create V2 endpoint.

GEELark API Documentation - Built with VitePress