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

Wink AI

Wink AI image enhancement (HD / Ultra HD upscale).

1 endpoint1 endpoint on this scraper6 calls6 calls so farupdated 3 months agoLast updated 7/10/2026, 5:18:18 AMLive: no endpoint is cachedllms.txt
Endpoints1

Enhance

Upscale image to HD or Ultra HD. Input via URL or base64.

POST/v1/ai:wink-ai/enhanceno cache2 paramschecking key…
Parameters
imagefilerequired

Upload source image (jpg/png/webp/bmp/gif). Max 20MB.

qualityenum

Upscale level. hd = 2x upscale (e.g. 200x200 -> 400x400). ultra = 4x upscale (200x200 -> 800x800), sharper but slower. Default hd

·
Response
EXAMPLE
{
  "images": [
    {
      "url": "https://<upstream>/temp/abc123.jpeg",
      "width": 400,
      "height": 400
    }
  ],
  "quality": "hd",
  "provider": "wink-ai"
}

Code

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

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

const data = await client.run("ai:wink-ai", "enhance", {
  "image": "photo.jpg"
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

1 endpoint · plain text
POST
Enhance/v1/ai:wink-ai/enhance
2 params

Parameters

imagefilerequiredin form
Upload source image (jpg/png/webp/bmp/gif). Max 20MB.
qualityenumoptionalin form
Upscale level. hd = 2x upscale (e.g. 200x200 -> 400x400). ultra = 4x upscale (200x200 -> 800x800), sharper but slower. Default hd Values: hd, ultra.

Request

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

Example response

{
  "images": [
    {
      "url": "https://<upstream>/temp/abc123.jpeg",
      "width": 400,
      "height": 400
    }
  ],
  "quality": "hd",
  "provider": "wink-ai"
}

Related APIs

More in ai

Copilot AI

aicopilot

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

1K1K calls so far10mResponses cached for 10m
Busy: 10+ calls so far

ChatGPT (chatgpt.com)

aichatgpt

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

851851 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

Chatex

aichatex

Chatex chat — OpenAI-compatible chat completions.

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

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.

9393 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.