API Documentation

Complete guide to integrate and use our API services

Ai video generation

POST

Generate viral videos with Ai power

Endpoint

/api/ai-video-gen

Request Example

{"prompt": "string", "token": "string"}

Response Example

{
  "success": true,
  "requested_video_prompt": "cat uying bitcoin from market",
  "data": {
    "status": "ok",
    "error": false,
    "url": "https://sora.aritek.app/generated/t2p_20250728_164939130_df848325-5f65-4318-9b00-06d117aedaa9.mp4"
  },
  "remaining_limit": 988
}

Crypto Signal

POST

Get real time crypto Buy/Sell, ticker, orderbook, trades

Endpoint

/api/crypto

Request Example

{"params": "string", "token": "string"}

Response Example

{
    "success": true,
    "action": "ticker",
    "symbol": "BTCUSDT",
    "data": {
        "symbol": "BTCUSDT",
        "priceChange": "177.76000000",
        "priceChangePercent": "0.211",
        "weightedAvgPrice": "84208.69209952",
        "prevClosePrice": "84192.25000000",
        "lastPrice": "84370.01000000",
        "lastQty": "0.00936000",
        "bidPrice": "84370.00000000",
        "bidQty": "0.00510000",
        "askPrice": "84370.01000000",
        "askQty": "5.77149000",
        "openPrice": "84192.25000000",
        "highPrice": "85620.00000000",
        "lowPrice": "82333.00000000",
        "volume": "26500.51962000",
        "quoteVolume": "2231574097.15791900",
        "openTime": 1763738398011,
        "closeTime": 1763824798011,
        "firstId": 5543380890,
        "lastId": 5550286403,
        "count": 6905514
    },
    "remaining_limit": 989
}

Ip lookup

POST

This api can see ip details

Endpoint

/api/ip-lookup

Request Example

{"ip":"8.8.8.8","token":"YOUR-API-KEY"}

Response Example

{
  "success": true,
  "requested_ip": "8.8.8.8",
  "data": {
    "status_code": 200,
    "response": {
      "status": "success",
      "country": "United States",
      "city": "Ashburn",
      "isp": "Google LLC"
    }
  },
  "remaining_limit": 991
}

Spotify Downloader

POST

Spotify full track downloader

Endpoint

/api/spotify-dl

Request Example

{"spotify_url": "string", "token": "string"}

Response Example

{
  "success": true,
  "requested_url": "https://open.spotify.com/track/6pl1LQ0S37ON1Zw9lIHlm3",
  "data": {
    "status": "success",
    "id": "6pl1LQ0S37ON1Zw9lIHlm3",
    "title": "Yoron Ey",
    "artist": "Shoxrux",
    "album": "Yoron Ey",
    "releaseDate": "2013",
    "duration": "3:26",
    "duration_ms": 206262,
    "image": "https://i.scdn.co/image/ab67616d0000b273d3f3a2c574ee3edb8356834c",
    "spotify_url": "https://open.spotify.com/track/6pl1LQ0S37ON1Zw9lIHlm3",
    "popularity": 37,
    "isrc": "AUBEC2069368",
    "creator": "CoderAbdulaziz",
    "telegram": "t.me/Abdulaziz_Repository",
    "download_link": "$spotifyfulltracksurl"
  },
  "remaining_limit": 992
}

All in one downloader

POST

Download any video from any social apps.

Endpoint

/api/all-in-one

Request Example

{"url":"https://www.youtube.com/watch?v=example","token":"YOUR-API-KEY"}

Response Example

{
  "success": true,
  "api_type": "download",
  "requested_value": "https://www.youtube.com/watch?v=example",
  "data": {
    "status": "ok",
    "error": false,
    "data": {
      "url": "downloaded_video.mp4"
    }
  },
  "remaining_limit": 994
}

Ai image generation

POST

Suniy intellekt orqali rasmlarni generatsiya qiladi

Endpoint

/api/image-gen

Request Example

{"prompt":"Cat in Space","token":"YOUR-API-KEY"}

Response Example

{
  "success": true,
  "prompt": "Cat in Space",
  "image_url": "https://image.example.com/generated-image.jpg",
  "remaining_limit": 999
}

Domen haqida WHOIS ma'lumotini olish

POST

WHOIS ma'lumotini olishda yordam beradi

Endpoint

/api/whois.php

Request Example

{"domain":"example.com","token":"YOUR-API-KEY"}

Response Example

{
  "success": true,
  "domain_info": {
    "domain": "example.com",
    "status": "",
    "created": "",
    "updated": "",
    "expires": "",
    "registrar": "",
    "registrant": "",
    "name_servers": []
  },
  "ip_info": {
    "ip": "",
    "davlat": "",
    "mintaqa": "",
    "shahar": "",
    "pochta": "",
    "lokatsiya": "",
    "timezone": "",
    "provayder": ""
  },
  "remaining_limit": 999
}