REST API Platform

Onepunya API.
Everything You
Need

Media downloads, AI chat, search, TTS and more — all in one simple endpoint, ready to use with zero setup.

Try PlaygroundView Pricing
20+
Endpoints
500
Free Req/Mo
99%
Uptime
0ms
Setup Time
02 — Integration
Dead Simple to Integrate

Add your API key to the header. Works with any language or HTTP client.

Request
// Search Pixiv (GET)
const res = await fetch("/api/search/pixiv?query=yvonne", {
  headers: { "x-api-key": "onepunya-xxxx" }
});
const data = await res.json();
console.log(data.result); // Array of images

// Download TikTok (POST)
const res2 = await fetch("/api/download/tiktok", {
  method: "POST",
  headers: { "x-api-key": "onepunya-xxxx", "Content-Type": "application/json" },
  body: JSON.stringify({ url: "https://vt.tiktok.com/xxx" })
});
const data2 = await res2.json();
console.log(data2.result.media); // Video URL
Response● 200 OK
{
  "status": true,
  "creator": "Onepunya",
  "result": [
    {
      "pid": 12345678,
      "title": "Yvonne",
      "author": "artist_name"
    }
  ]
}
03 — How It Works
Three Steps, Done
01
Login & Get Your Key
Sign in with Google or GitHub. Your API key is generated instantly, for free.
02
Add Key to Header
Include x-api-key: your-key in every API request.
03
Start Building
Call any endpoint. 500 free requests every month, no credit card needed.
04
Upgrade When Needed
Need more quota? Upgrade to Basic or Pro via QRIS — activates instantly.
04 — Pricing
Start Free, Upgrade Anytime

Pay via QRIS. Plan activates automatically after payment is confirmed.

Free
Free
Forever. No credit card required.
  • 500 requests / month
  • All endpoints included
  • Permanent API key
  • Community support
Basic
Rp10k/mo
For regular development use
  • 2,000 requests / month
  • All endpoints included
  • Pay via QRIS
  • Priority support
Upgrade to Basic →
Custom
Custom
Need something specific? Let's talk.
  • Custom request limit
  • All endpoints
  • Dedicated support
  • Negotiable pricing
Hubungi via WhatsApp →

Ready to start building?

Free API key, no CC required. Live in 30 seconds.

Try Playground