Analysis

Text analysis can be done in the Analysis tab in two ways:

  • Single text analysis - page displayed by default after choosing the Analysis tab.

  • CSV text file analysis - click CSV File from the top bar sub menu after choosing the Analysis tab.

You can find more details about analysis in the Analysis Guide.

Please note that single text and CSV file text analysis use the API under the hood, and you might be charged for usage!

Typical API use flow (for every analyzed text):

  • initial request with analysis initialization -> /analyze/initialize endpoint

  • /analyze/status endpoint request(s) repeated every second until analysis is processed

  • final request for analysis result obtaining - /analyze/result endpoint

TIP: You can find more details about the API in the API Guide.

Last updated