Skip to main content

Word Tokenization API

POSThttps://wordtokenization.infer.visai.ai/predict
Header
    X-API-Key string required

    Your API key

Raw JSON body

Request Body required
    object
    inputs string[]

    List of sentence

Responses


object
tokens Array [
string[]

List of words splitted from the sentence

]
Loading...