Skip to main content
cURL
curl --request POST \
  --url https://api.example.com/experimental/operator/get_text \
  --header 'Content-Type: application/json' \
  --data '
{
  "selector": {
    "id": "<string>",
    "app": "<string>",
    "activateApp": true
  }
}
'
{
  "text": "<string>"
}

Body

application/json
selector
object
required

Response

200 - application/json
text
string
required