Parse Mobile Use Model Text Output
Parses the output text of mobile use model and returns the parsed actions.
Parses the output text of mobile use model and returns the parsed actions.
Path Parameters
type*string
The type of the prompt to parse the input for
Value in
"ui-tars" | "seed" | "glm-4.1v" | "glm-4.5v" | "qwen-2.5-vl" | "pyautogui"Request Body
application/json
textContent*string
The text content to parse
Response Body
application/json
curl -X POST "https://loading/api/mobile-use/parse/ui-tars" \ -H "Content-Type: application/json" \ -d '{ "textContent": "string" }'{
"actions": [
{
"callId": "string",
"type": "screenshot"
}
],
"unknown": "string",
"memory": "string",
"thoughts": "string"
}