Openctl Platform API

Production APIs for your apps: live translation, document indexing, hybrid search, embeddings, text intelligence, web extraction, QR codes, PDF text and short links. All state stays on Openctl infrastructure — no third-party AI calls.

LiveTranslate

40+ languages, streaming SSE, auto-detect

Indexing

Chunk + embed documents into private indexes

Search

Hybrid keyword + semantic with metadata filters

Embeddings

1024-dim multilingual vectors (bge-m3)

Text

Detect, analyze, summarize, sentiment

Web & PDF

Metadata, text extraction, QR, PDF text

Links

Short links on go.openctl.com with click stats

Keys

Self-serve API keys with quotas & rate limits

Quick start

curl -X POST https://api.openctl.com/v1/keys -d '{"name":"my app"}'

curl https://api.openctl.com/v1/translate \
  -H "Authorization: Bearer octk_live_..." \
  -d '{"text":"Hello world","target":"de"}'

Interactive reference: /docs · OpenAPI spec: /openapi.json · Health: /v1/status