Skip to main content

Word Tokenization AI Marketplace

AI can split sentences into words for use in text search, keyword extraction, and data retrieval.

Header Parameters
X-API-Key string REQUIRED

Your API Key

Request Body REQUIRED
inputs string[]

List of sentences

Responses
200

Return result of breaking raw texts into smaller units. Each unit is called a “token” which can be a word, subword, or character

Schema
tokens string[]

List of smaller units (tokens)

400

inputs not founds | Incorrect request body field (inputs)

401

Unauthorized | Incorrect X-API-Key or X-API-Key not have access to this model