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>"
}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>"
}Was this page helpful?