Product

How Jentic Works

From API assessment to production deployment in four simple steps.

Product Overview

PLATFORM

API DirectoryBrowse 10,000+ APIs ready for AI agent integrationAPI ScorecardAssess your APIs for AI-readiness with automated scoringAgentic SandboxSafely simulate AI agents with your production APIsJenticSign in to the Jentic web app

CAPABILITIES

IntegrationConnect AI agents to your existing systemsWorkflowsDiscover and capture successful agent workflowsGovernanceDefine, observe, and enforce AI policies

TOOLS

Arazzo UIVisualize Arazzo workflows as interactive documentationArazzo EditorBuild and edit multi-step API workflows visually
Pricing
Developers

GET STARTED

DocumentationGuides and API referenceQuickstartGet up and running in minutes

COMMUNITY

GitHubOpen source projects and examples
Resources
BlogLatest articles and insightsPress & MediaBrand assets and press contactOpen StandardsBuilt on open specs. Never locked in.NewsletterAPIs, AI agents, mixed with architecture and strategy.
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Install Jentic OneBook a Demo
How Jentic WorksAPI DirectoryAPI ScorecardAgentic SandboxJenticIntegrationWorkflowsGovernanceArazzo UIArazzo Editor
Pricing
DocumentationQuickstartGitHub
BlogPress & MediaOpen StandardsNewsletter
About UsCareersContact
Request a demoInstall Jentic One
Jentic
For Enterprises
  • Product Overview
  • Agentic Sandbox
  • Book a Demo
For Developers
  • Jentic One
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
ISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic. All rights reserved.
APIs / AI/ML / AI For Thai API
AI For Thai API logo

Aiforthai In Th AI For Thai API

★ Only Publicly Available OpenAPI DocumentAI/MLLanguage ModelsapiKey11 EndpointsREST

For Agents

Run Thai-language NLP, speech, translation, and image processing — summarisation, tokenisation, NER, sentiment, STT, TTS, translation, object detection, and Thai OCR.

Use for: I need to summarise a long article written in Thai, Tokenise this Thai paragraph into words for downstream processing, Tag the named entities in a Thai news headline, Score the sentiment of a Thai customer review

Not supported: Does not handle non-Thai language analysis as a primary use case, payment processing, or general business workflow — use for Thai-language NLP, speech, translation, and OCR only.

Jentic publishes the only available OpenAPI specification for AI For Thai API, keeping it validated and agent-ready. AI For Thai is a suite of Thai-language AI services developed by NECTEC, the National Electronics and Computer Technology Center of Thailand. The API covers text processing (summarisation, word tokenisation, part-of-speech tagging, named-entity recognition, sentiment), speech (Thai speech-to-text and text-to-speech), translation to and from Thai, and image processing (object detection and OCR for Thai script). Authentication uses an API key sent in the Apikey header.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the AI For Thai API to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the AI For Thai API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with AI For Thai API.

Summarise Thai text into a shorter passage via POST /textsum

Segment Thai text into individual words using NECTEC's tokeniser at /word-tokenize

Apply part-of-speech tagging and named-entity recognition through /pos-tagging and /ner

Score Thai text for sentiment with /sentiment for review or social-feed analysis

Convert between Thai speech and text using /speech-to-text and /text-to-speech

Translate to and from Thai through /translate and run OCR for Thai-script images via /ocr

Use Cases

Patterns agents use AI For Thai API for, with concrete tasks.

★ Thai-Language Content Analytics

Analyse Thai-language content from social posts or customer reviews. Tokenise the text with /word-tokenize, run /sentiment for an overall score, and apply /ner to extract named entities. The combined output supports brand monitoring, voice-of-customer dashboards, and Thai-market reporting that English-only NLP services cannot deliver accurately.

POST a Thai review to /word-tokenize, then /sentiment, then /ner, and combine the outputs into a structured analytics record

Thai Voice Bot

Build a voice bot that listens in Thai and replies in Thai. Send incoming audio to /speech-to-text, generate a textual reply, and use /text-to-speech to produce the spoken response. Useful for IVR systems and voice assistants serving Thai-speaking users.

POST audio bytes to /speech-to-text, generate a Thai reply, then POST that text to /text-to-speech and stream the audio back

Thai-English Translation Workflow

Translate inbound English support tickets into Thai for local agents and outbound Thai replies into English for QA review. The /translate endpoint handles both directions and pairs naturally with sentiment and tokenisation passes when needed for triage.

POST the English ticket subject to /translate with target=th, then on the agent's reply POST it back with target=en for QA

Thai-Document OCR

Extract text from scanned Thai documents — invoices, contracts, official forms — using /ocr. The OCR endpoint is purpose-built for Thai script, where general OCR tools tend to misread tone marks and character clusters.

POST the document image to /ocr and parse the returned Thai text into structured invoice fields

Agent-Driven Thai NLP via Jentic

An agent serving a Thai-language audience picks the right NLP, speech, or vision endpoint based on intent. Through Jentic the agent searches for the operation, the AI For Thai API key is supplied from the vault, and the agent never sees the raw key.

Use Jentic search 'analyse sentiment of Thai text', execute /sentiment on the input, and route negative-sentiment items to a triage queue

Key Endpoints

11 endpoints — jentic publishes the only available openapi specification for ai for thai api, keeping it validated and agent-ready.

METHOD

PATH

DESCRIPTION

POST

/textsum

Summarise Thai text

POST

/word-tokenize

Tokenise Thai text into words

POST

/ner

Named entity recognition for Thai text

POST

/sentiment

Sentiment analysis for Thai text

POST

/speech-to-text

Convert Thai speech to text

POST

/text-to-speech

Convert Thai text to speech

POST

/translate

Translate text to or from Thai

POST

/ocr

OCR for Thai-script images

POST

/textsum

Summarise Thai text

POST

/word-tokenize

Tokenise Thai text into words

POST

/ner

Named entity recognition for Thai text

POST

/sentiment

Sentiment analysis for Thai text

POST

/speech-to-text

Convert Thai speech to text

POST

/text-to-speech

Convert Thai text to speech

POST

/translate

Translate text to or from Thai

POST

/ocr

OCR for Thai-script images

Why Jentic?

Three things that make agents converge on Jentic-routed access.

Credential management

Credential isolation

The AI For Thai ApiKeyAuth header value is stored encrypted in the Jentic vault. Agents call /sentiment, /translate, /ocr, and other endpoints through Jentic without ever seeing the raw key.

Intent-based discovery

Intent-based discovery

Agents search by intent like 'analyse sentiment of Thai text' and Jentic returns the matching AI For Thai operation with its TextInput schema, ready to call.

Time to first call

Time to first call

Direct integration: 1-2 days for key handling, language-pair routing on /translate, and 429 backoff. Through Jentic: under an hour.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Alternative

OpenAI API

→

General-purpose LLM API with multilingual support including Thai

Pick OpenAI when you need a single multilingual model rather than purpose-built Thai NLP, or when richer reasoning is required.

Alternative

Hugging Face Inference API

→

Hosted inference for community Thai-language models

Choose Hugging Face when you need to run a specific community Thai model not available through AI For Thai.

Complementary

Cloudmersive OCR API

→

General OCR that complements AI For Thai when documents mix Thai and Latin scripts

Add Cloudmersive when documents mix Thai and Latin scripts and you need a fallback OCR for non-Thai sections.

FAQs

Specific to using AI For Thai API through Jentic.

Why is there no official OpenAPI spec for AI For Thai API?

AI For Thai does not publish an OpenAPI specification. Jentic generates and maintains this spec so that AI agents and developers can call the AI For Thai API via structured tooling. It is validated against the live API and kept up to date. Get started at https://app.jentic.com/sign-up.

What authentication does the AI For Thai API use?

An apiKey scheme called ApiKeyAuth, sent in the request header. Through Jentic the key is held in the vault and never enters the agent's context.

Can I run sentiment analysis on Thai text?

Yes. POST your Thai text to /sentiment and the API returns a sentiment score tailored to Thai-language content. NECTEC's models are tuned for Thai grammar and vocabulary, so accuracy is typically higher than with English-trained models translated through.

What are the rate limits for the AI For Thai API?

The spec does not declare explicit rate limits, but the schema does include a 429 RateLimited response on every endpoint. Treat 429 responses as a signal to back off and retry with delay.

How do I run Thai OCR through Jentic?

Run pip install jentic, search 'extract Thai text from an image', and Jentic returns the AI For Thai /ocr operation. Execute it with the document image and parse the returned Thai text. Sign up at https://app.jentic.com/sign-up.

Can I translate between Thai and English?

Yes. POST text to /translate with the desired source and target language. The endpoint supports both Thai-to-English and English-to-Thai translation.

GET STARTED

Start building with AI For Thai API

Explore with Jentic
View OpenAPI Document