Dokaz APIDocs › Text AI

Keyword extraction API

Tagging, search indexing and topic clustering start with keywords. POST the text and the maximum number of terms you want; the response lists each keyword with a weight.

Request

curl -X POST https://api.dokaz.net/v1/text/keywords \
  -H "content-type: application/json" \
  -d '{"text":"Cloudflare Workers let you run JavaScript at the edge with no servers to manage. D1 is a serverless SQLite database and Workers AI runs open models on Cloudflare GPUs.","max":6}'

keywords[] of { term, weight }.

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