Docs preview
Documentation

API docs are on the way.

We’re finishing the developer portal. Meanwhile, here’s a preview of the API surface and how to get started.

Sample request

curl https://api.linkai.ie/v1/chat \
  -H "Authorization: Bearer YOUR_LINKAI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "provider": "openai",
    "model": "MODEL_ID",
    "input": "Hello from LinkAI Route"
  }'

Replace provider/model with any configured option. Logs, spend and retries are handled by LinkAI Route.

Coming soon

  • Full reference covering chat, completions, embeddings, OCR jobs
  • Workflow DSL docs with templates
  • Guides for Node.js, Python and Go

Need early access?

Email and we’ll share the pre-release documentation PDF.

Want the full API reference?

Request early access and we’ll share the latest docs and examples.