zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Artificial Intelligence/Copilot AI
Logo Copilot AI

Copilot AI

Microsoft Copilot — chat completion OpenAI-compatible, support streaming SSE

1 endpoint1 endpoint on this scraper1.0k calls1.0k calls so farupdated 3 months agoLast updated 7/10/2026, 5:18:18 AMBusy: 10+ calls so farllms.txt
Endpoints1

1/1 passing
checked 19 hours ago · daily 01:00 WIB

Chat Completion

Microsoft Copilot — chat completion OpenAI-compatible, support streaming SSE

POST/v1/ai:copilot/chat10m cache3 paramschecking key…
Parameters
messagesarrayrequired
Valid JSON

OpenAI-format messages array

streamboolean

Stream via SSE (OpenAI delta format). Default false

modeenum

Gaya jawaban: "chat" = cepat & ringkas (default), "reasoning" = step-by-step terstruktur untuk soal logika/matematika, "smart" = adaptif. Dipetakan ke OpenAI param via field "mode".

·
Response
EXAMPLE
{
  "id": "chatcmpl-2XU3jZs41hUcZjUseU4Uu",
  "model": "copilot",
  "usage": {
    "total_tokens": 151,
    "prompt_tokens": 134,
    "completion_tokens": 17
  },
  "object": "chat.completion",
  "choices": [
    {
      "index": 0,
      "message": {
        "role": "assistant",
        "content": "Saya adalah Zapi AI, asisten resmi platform Zapi - Public REST API."
      },
      "finish_reason": "stop"
    }
  ],
  "created": 1782118761
}

Code

Chat Completion
index.ts
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("ai:copilot", "chat", {
  "messages": [
    {
      "role": "system",
      "content": "Kamu adalah asisten yang ramah dan ringkas. Selalu jawab dalam bahasa Indonesia."
    },
    {
      "role": "user",
      "content": "Halo, perkenalkan dirimu dalam 1 kalimat."
    }
  ],
  "mode": "reasoning"
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

1 endpoint · plain text
POST
Chat Completion/v1/ai:copilot/chat
3 params

Parameters

messagesarrayrequiredin body
OpenAI-format messages array
streambooleanoptionalin body
Stream via SSE (OpenAI delta format). Default false
modeenumoptionalin body
Gaya jawaban: "chat" = cepat & ringkas (default), "reasoning" = step-by-step terstruktur untuk soal logika/matematika, "smart" = adaptif. Dipetakan ke OpenAI param via field "mode". Values: chat, reasoning, smart.

Request

curl -X POST "https://api.zapi.ink/v1/ai:copilot/chat" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "id": "chatcmpl-2XU3jZs41hUcZjUseU4Uu",
  "model": "copilot",
  "usage": {
    "total_tokens": 151,
    "prompt_tokens": 134,
    "completion_tokens": 17
  },
  "object": "chat.completion",
  "choices": [
    {
      "index": 0,
      "message": {
        "role": "assistant",
        "content": "Saya adalah Zapi AI, asisten resmi platform Zapi - Public REST API."
      },
      "finish_reason": "stop"
    }
  ],
  "created": 1782118761
}

Related APIs

More in ai

ChatGPT (chatgpt.com)

aichatgpt

ChatGPT (mode anonim, tanpa login) dari OpenAI. Endpoint kompatibel OpenAI Chat Completions (stream & non-stream).

856856 calls so far
Busy: 10+ calls so farLive: not cached, every call fetches fresh data

Chatex

aichatex

Chatex chat — OpenAI-compatible chat completions.

238238 calls so far
Busy: 10+ calls so farLive: not cached, every call fetches fresh data

Felo AI

aifelo

AI search assistant dengan web real-time — OpenAI-compatible, support streaming, return sumber referensi.

208208 calls so far
Busy: 10+ calls so farLive: not cached, every call fetches fresh data

Bypass AI (writecream.com)

aibypass-ai

Humanize AI-generated text — natural rewriting via writecream.com.

138138 calls so far10mResponses cached for 10m
Busy: 10+ calls so far

Dolphin AI

aidolphin

Dolphin 24B uncensored chat — chat completion OpenAI-compatible, support streaming SSE

7777 calls so far10mResponses cached for 10m
Busy: 10+ calls so far

Google AI (g.ai)

aigoogle-aimode

Asisten penelusuran AI dari Google (AI Mode / g.ai) — jawaban grounded ke web realtime dengan sitasi. OpenAI-compatible chat completions.

9494 calls so far
Busy: 10+ calls so farLive: not cached, every call fetches fresh data
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.