Complete guide to integrate and use our API services
Generate viral videos with Ai power
/api/ai-video-gen
{"prompt": "string", "token": "string"}
{
"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
}
Get real time crypto Buy/Sell, ticker, orderbook, trades
/api/crypto
{"params": "string", "token": "string"}
{
"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
}
This api can see ip details
/api/ip-lookup
{"ip":"8.8.8.8","token":"YOUR-API-KEY"}
{
"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 full track downloader
/api/spotify-dl
{"spotify_url": "string", "token": "string"}
{
"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
}
Download any video from any social apps.
/api/all-in-one
{"url":"https://www.youtube.com/watch?v=example","token":"YOUR-API-KEY"}
{
"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
}
Suniy intellekt orqali rasmlarni generatsiya qiladi
/api/image-gen
{"prompt":"Cat in Space","token":"YOUR-API-KEY"}
{
"success": true,
"prompt": "Cat in Space",
"image_url": "https://image.example.com/generated-image.jpg",
"remaining_limit": 999
}
WHOIS ma'lumotini olishda yordam beradi
/api/whois.php
{"domain":"example.com","token":"YOUR-API-KEY"}
{
"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
}