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 — REQUIREDYour 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
| ||
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 |