Skip to content

Tag Management

Fresh

Create, delete, search, and modify tags for organizing cloud phones.

Create Tag

URL: https://openapi.geelark.com/open/v1/tag/addMethod: POST

ParameterRequiredTypeDescription
listYesarrayTag items
list[].nameYesstringTag name (max 30 chars)
list[].colorNostringTag color

Supported Colors

red, orange, yellow, green, cyan, blue, purple, pink, grey

Delete Tag

URL: https://openapi.geelark.com/open/v1/tag/delete

ParameterRequiredTypeDescription
idsYesarray[string]Tag IDs

Search Tags

URL: https://openapi.geelark.com/open/v1/tag/list

ParameterRequiredTypeDescription
pageYesintegerPage number
pageSizeYesintegerItems per page
idsNoarray[string]Filter by tag IDs
namesNoarray[string]Filter by names
colorsNoarray[string]Filter by colors

Modify Tags

URL: https://openapi.geelark.com/open/v1/tag/update

ParameterRequiredTypeDescription
listYesarrayTag modifications
list[].idYesstringTag ID
list[].nameNostringNew name
list[].colorNostringNew color

Error Codes

CodeDescription
43020Tag name is empty
43021Tag already exists
43022Tag does not exist
43023Tag color not supported
43024Tag name does not exist

GEELark API Documentation - Built with VitePress