AI Autocomplete API

Framework-agnostic HTTP API behind the AI Autocomplete SDKs. A single POST /api/suggest endpoint drives keystroke-by-keystroke guided autocomplete over a placeholder-based query model, with a POST /api/auth/token endpoint that exchanges a secret key for a short-lived access token. Bearer auth with public (pk_v1_), secret (sk_v1_) and access-token (at_v1_) keys.

API entry from apis.yml

apis.yml Raw ↑
name: AI Autocomplete API
description: Framework-agnostic HTTP API behind the AI Autocomplete SDKs. A single POST /api/suggest endpoint
  drives keystroke-by-keystroke guided autocomplete over a placeholder-based query model, with a POST
  /api/auth/token endpoint that exchanges a secret key for a short-lived access token. Bearer auth with
  public (pk_v1_), secret (sk_v1_) and access-token (at_v1_) keys.
humanURL: https://ai-autocomplete.com/docs/http/getting-started
baseURL: https://api.ai-autocomplete.com
tags:
- Autocomplete
- AI
- NLP
properties:
- type: Documentation
  url: https://ai-autocomplete.com/docs
- type: APIReference
  url: https://ai-autocomplete.com/docs/http/api-reference
- type: GettingStarted
  url: https://ai-autocomplete.com/docs/http/getting-started
- type: Authentication
  url: https://ai-autocomplete.com/docs/http/authentication