Dokaz APIDocs › Text AI

Zero-shot text classification API

Route support tickets, tag feedback or sort leads by supplying the labels in the request. The model picks the best label and returns a probability for each one.

Request

curl -X POST https://api.dokaz.net/v1/text/classify \
  -H "content-type: application/json" \
  -d '{"text":"My card was charged twice for the same order.","labels":["billing","shipping","product quality","account access"]}'

label plus scores per label.

Try it live — this runs against the free tier from your browser.

Pricing

100 calls a day are free with no key. Need more? Starter is $9/month for 10,000 calls across every product, key issued instantly.

Related