ConstCreate a new text.
Text creation data
Promise with new text ID or error
Get annotation data for improved/annotated text view.
Text ID
Promise with annotation items and config
Get print items for a text (for client-side print rendering).
Text ID
Promise with print items and config
Get word count statistics for one or more texts.
Array of text IDs or comma-separated string
Promise with text statistics
Get all words for a text (for client-side rendering).
Text ID
Promise with words array and config
Mark all unknown words in a text as ignored.
Text ID
Promise with count and words data
Mark all unknown words in a text as well-known.
Text ID
Promise with count and words data
Update display mode for text reading.
Text ID
Display mode settings
Promise with update result
Texts API methods.