Skip to main content
POST
/
ism
/
suggested-items-ai
Autocomplete and suggestion function for ism position 1 and position 2 text from AI.
curl --request POST \
  --url https://api.example.com/ism/suggested-items-ai \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "typedText": null,
  "forPositionCode": "ONE|TWO",
  "languageID": 1,
  "page": 1,
  "pageSize": 10,
  "isAutocomplete": false
}
'
{
  "success": true,
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
typedText
string
required
Minimum string length: 1
forPositionCode
string
default:ONE|TWO
required
Minimum string length: 1
languageID
integer<int32>
default:1
required
page
integer<int32>
default:1
required
pageSize
integer<int32>
default:10
required
isAutocomplete
boolean | null
default:false

Response

Success

success
boolean
data
unknown