Documentation

REST API Hub Guide

Complete documentation for all endpoints

About This API

Developer: Purple `Iris

Platform: Aletta REST API - Sistem endpoint terpadu untuk berbagai layanan

Fitur Utama: Media Downloader, Card Info Checker, dan berbagai utility lainnya

Quick Start

Base URL

https://alettarestapi.vestia.icu

Choose Endpoint

Go to Explore page to browse all available endpoints

Make Request

Use any of the endpoints listed below with their corresponding method (GET/POST)

Features

Fast Response

Quick and reliable endpoints

JSON Response

Structured JSON responses

Secure

Safe and reliable endpoints

Easy Access

Simple REST API

All API Endpoints (5)

TikTok Downloader

Download TikTok videos with OEmbed metadata

GET/POST
Downloader

Endpoint:

/alettaendpoint/downloader/tiktok

Curl Example:

curl -X GET/POST "https://alettarestapi.vestia.icu/alettaendpoint/downloader/tiktok"

YouTube Downloader

Download YouTube videos from ytdown.to API

GET/POST
Downloader

Endpoint:

/alettaendpoint/downloader/youtube

Curl Example:

curl -X GET/POST "https://alettarestapi.vestia.icu/alettaendpoint/downloader/youtube"

Instagram Downloader

Download Instagram reels and posts from fastdl.app

GET/POST
Downloader

Endpoint:

/alettaendpoint/downloader/instagram

Curl Example:

curl -X GET/POST "https://alettarestapi.vestia.icu/alettaendpoint/downloader/instagram"

AXIS Card Check

Check AXIS card package information and balance

GET/POST
Card Info

Endpoint:

/alettaendpoint/cardinfo/axis

Curl Example:

curl -X GET/POST "https://alettarestapi.vestia.icu/alettaendpoint/cardinfo/axis"

Tri Card Check

Check Tri card SIM status and information

GET/POST
Card Info

Endpoint:

/alettaendpoint/cardinfo/tri

Curl Example:

curl -X GET/POST "https://alettarestapi.vestia.icu/alettaendpoint/cardinfo/tri"

Response Format

{
  "status": true,
  "data": {
    "id": "123",
    "name": "API Result",
    "timestamp": "2024-11-14T10:30:00Z"
  }
}