zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
Artificial Intelligence/Wink AI
Logo Wink AI

Wink AI

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

Endpoints
1
Requests
6
Updated
2 months ago
For LLMs
llms.txt
Endpoint health17 hours ago
  • enhancenot measured
no measurements yetdaily 01:00 WIB

Playground

1 endpoint
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 examples

Enhance
zpi-sdkrecommended
// 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);
Full SDK reference →
request.sh
curl -X POST "https://api.zpi.web.id/v1/ai:wink-ai/enhance" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx" \
  -F "image=@/path/to/file.jpg"

Full reference

1 endpoint · plain text
POSTEnhance/v1/ai:wink-ai/enhanceUpscale image to HD or Ultra HD. Input via URL or base64.

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.zpi.web.id/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

ai/copilot

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

820 calls·10m cache

ChatGPT (chatgpt.com)

ai/chatgpt

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

413 calls·no cache

Felo AI

ai/felo

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

200 calls·no cache

Chatex

ai/chatex

Chatex chat — OpenAI-compatible chat completions.

210 calls·no cache

Dolphin AI

ai/dolphin

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

77 calls·10m cache

Google AI (g.ai)

ai/google-aimode

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

43 calls·no cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026