JinXSuper API Introduction

Overview

JinXSuper API is a powerful and easy-to-use API that provides various features including AI chat, media downloading, payment gateway integration, search tools, and more. Whether you are building a WhatsApp bot, a web application, or a mobile app, JinXSuper API simplifies the integration of complex functionalities.

Standards

Base URL

Semua contoh request menggunakan origin domain aktif secara otomatis (tanpa hardcode). Cukup gabungkan path endpoint ke origin Anda.

Headers
  • Accept: application/json (atau application/xml untuk XML)
  • Content-Type: application/json untuk request body JSON
Response Envelope
{
  "status": true,
  "result": { /* payload */ },
  "meta": {
    "timestamp": "ISO-8601",
    "version": "v3.0.0"
  },
  "links": {
    "self": "/path",
    "docs": "/docs/api/endpoints",
    "testing": "/docs/api/testing"
  }
}
Error Format
{
  "status": false,
  "error": "descriptive message"
}

Features

  • AI & Chat: Integrate with OpenAI, Deepseek, and other AI models.
  • Downloader: Download media from TikTok, YouTube, Instagram, Facebook, and more without watermarks.
  • Search Tools: Search for music, lyrics, applications, and images.
  • Stalking Tools: Retrieve profile information from social media platforms.
  • Payment Gateway: Integrate Orderkuota for QRIS payments.
  • Tools: Utilities like TTS, OCR, and more.

Prerequisites

To use the JinXSuper API in your project, you need:

  • Node.js installed (v16 or higher recommended).
  • Basic knowledge of HTTP requests (GET/POST).
  • Ability to handle rate limit headers and content negotiation.

Base URL

All API requests should be made to the base URL where the API is hosted. If running locally, it is usually:

http://localhost:3000

Rate Limiting & Versioning

API requests are rate limited per endpoint using a sliding window algorithm. The response includes headers X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset, plus a Retry-After header for 429 responses.

X-RateLimit-Limit: 100
X-RateLimit-Remaining: 42
X-RateLimit-Reset: 1710000000
X-API-Version: v1

OpenAPI Specification

Dokumentasi OpenAPI tersedia sebagai JSON untuk integrasi tooling dan Swagger.

GET /api/openapi

Your apps need the Strongest API
For them to do their operations