The built-in batch classifies each of ten messages by Topic, Sentiment, and Urgency. Enable only the dimensions you need and edit the instruction before running. The model returns labels for each row; application code calculates the category totals.
Bring your own text
Paste text or select a CSV, TSV, or TXT file up to 128 KB. Files are parsed in your browser; choose the text column and inspect the rows before sending them. A batch accepts at most 20 non-empty rows, 1,000 characters per row, 12,000 text characters in total, and 3 enabled dimensions. Export Excel workbooks to CSV first.
Know what is being sent
Running the batch sends the selected text and classification questions through this site to the TypeSafe API after security verification. It is not a local-only model. Do not include secrets or personal data. Review row-level results and any failures, then download CSV or JSON. The summary is a count of returned labels, not a generated report.
The workflow is inspired by @ayami_marketing’s spreadsheet review-analysis example. The ten messages are our original synthetic samples, not data copied from the post. We do not reproduce the author’s interface or claim its performance.
Open batch Playground or start with the support-routing recipe for a server-side integration.