zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
Uploader/Kappa.lol
Logo Kappa.lol

Kappa.lol

Upload a file and receive a short shareable link.

Endpoints
1
Requests
0
Updated
3 months ago
For LLMs
llms.txt
Endpoint health7 hours ago
  • uploadnot measured
no measurements yetdaily 01:00 WIB

Playground

1 endpoint
POST/v1/uploader:kappa-lol/upload5m cache1 paramchecking key…
Parameters
filefilerequired

File yang mau di-upload.

·
Response
EXAMPLE
{
  "ok": true,
  "url": "https://kappa.lol/ZtVei2",
  "host": "kappa.lol",
  "fileName": "96fc0fc145454ad9457b51e17ae68a55.jpg",
  "fileSize": 67105,
  "uploadedAt": "2026-05-27T13:37:52.769Z"
}

Code examples

Upload
zpi-sdkrecommended
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

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

const data = await client.run("uploader:kappa-lol", "upload", {
  "file": "photo.jpg"
});
console.log(data);
Full SDK reference →
request.sh
curl -X POST "https://api.zpi.web.id/v1/uploader:kappa-lol/upload" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx" \
  -F "file=@/path/to/file.jpg"

Full reference

1 endpoint · plain text
POSTUpload/v1/uploader:kappa-lol/uploadUpload a file via multipart and return the share URL.

Parameters

filefilerequiredin form
File yang mau di-upload.

Request

curl -X POST "https://api.zpi.web.id/v1/uploader:kappa-lol/upload" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "ok": true,
  "url": "https://kappa.lol/ZtVei2",
  "host": "kappa.lol",
  "fileName": "96fc0fc145454ad9457b51e17ae68a55.jpg",
  "fileSize": 67105,
  "uploadedAt": "2026-05-27T13:37:52.769Z"
}

Related APIs

More in uploader

Uguu

uploader/uguu

Upload file ephemeral 3 jam. Max 128MB.

21 calls·no cache

Tmpfiles

uploader/tmpfiles

Upload file ephemeral 1 jam. Max 100MB.

2 calls·no cache

Gofile

uploader/gofile

Upload file tanpa batas size. Reset expiry tiap download.

2 calls·no cache

Cutout Image

uploader/cutout

Upload gambar ke S3 presigned URL (3 jam). Khusus image.

2 calls·no cache

Litterbox

uploader/litterbox

Upload file ephemeral 1h-72h. Max 1GB.

1 calls·no cache

Temp.sh

uploader/temp-sh

Upload a file to a temporary host with short retention.

0 calls·5m cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026