Get AI-generated responses from ChatGPT Demo service
GET /api/chatgpt-demo?prompt=your_question
prompt - Your question or input text (required)Send a question and get a chat response from Venice AI.
GET /api/venicechat?message=your_message
message - The question to ask Venice AI (required)Access the LLaMA 3.3 70B versatile model via API
GET /api/llama?content=your_query
content - Your query/prompt (required)Using llama-3.3-70b-versatile - A powerful 70 billion parameter LLaMA model
Get responses from the classic SimSimi chatbot
POST /api/simsimi?text=message&lc=en
text - Your message (required)lc - Language code (en, id, etc.)Interact with CleverBot's conversational AI
GET /api/cleverbot?input=your_text
input - Your message to CleverBotChat with Mitsuku/Kuki AI (Pandorabots)
POST /api/kuki?message=your_text
message - Your chat messageTalk with Replika's emotional AI companion
POST /api/replika?text=message&mood=happy
text - Your message (required)mood - AI mood (happy, sad, excited)Search movie details via OMDB API (ratings, cast, plot etc.)
GET /api/imdb?query=movie_title
query - Movie title (required)Provide a movie title and get detailed movie information scraped from online sources.
GET /api/movies2?title=your_movie_title
title - Movie title to search for (required)Provide a movie title and get detailed movie information scraped from online sources.
GET /api/movies?title=your_movie_title
title - Movie title to search for (required)Get currently trending movies scraped from IMDb.
GET /api/trending
Get movie download/streaming links by title.
GET /api/moviedl?title=your_movie_title
title - Movie title to search for (required)Fetch and search all available IPTV channels.
GET /api/channels?q=keyword
q - Optional. Search keyword (e.g. bbc)Fetch IPTV stream links (.m3u8 and others).
GET /api/stream?q=channel_name
q - Optional. Search channel nameGet all available IPTV categories (e.g. News, Sports, Movies).
GET /api/categories?q=category_name
q - Optional. Search category nameRetrieve all available channel languages supported by IPTV-org.
GET /api/languages?q=language_name
q - Optional. Search by language (e.g. english)Retrieve all available IPTV countries from IPTV-org.
GET /api/countries?q=country_name
q - Optional. Search by country name or codeRetrieve all blocked or restricted IPTV channels from IPTV-org.
GET /api/blocklist?q=channel_name
q - Optional. Search by channel name, ID, or URL.Retrieve all available EPG (Electronic Program Guides) from IPTV-org.
GET /api/guides?q=guide_name
q - Optional. Search by guide name, language, or URL.Retrieve all available IPTV timezones from IPTV-org.
GET /api/timezones?q=region
q - Optional. Search by region or timezone name.Retrieve all available IPTV cities from IPTV-org.
GET /api/cities?q=city_name
q - Optional. Search by city name or region.Retrieve logos of TV channels from IPTV-org.
GET /api/logos?q=channel_name
q - Optional. Search by logo name or channelSearch for songs using Shazam's API.
GET /api/shazam?query={search_term}&type=[search|detect]
Fetches song lyrics information including artist, title, and lyrics URL.
GET /api/song-lyrics?q=query
q - Song title or artist query (required)Identify songs from audio using AI-powered Shazam-like recognition (supports URL, file upload, and Base64)
GET /api/find?audioBase64=base64_audio_dataGET /api/find?url=audio_file_url
audioBase64 - Base64 encoded audio data (optional)url - Direct URL to an audio file (optional)file - Upload audio file manually (optional)Download Instagram videos by providing the post URL. Returns CDN link and thumbnail.
GET /api/igdl?url=instagram_url
url - Instagram post URL (required)API for downloading videos from Facebook.
GET /api/fbdl?url=facebook_url
url - URL post Facebook (required)Converts YouTube videos to MP3 format with metadata.
GET /api/ytmp3?url=youtube_url
url - YouTube video URL (short or full) (required)Search for Android APK information from Aptoide.
GET /api/apk-search?query={app_name}
Scrapes Pinterest for images based on a search query.
GET /api/pinterest?q={search_query}
Download TikTok videos without watermark by providing the video URL.
GET /api/tiktok-dl?url=tiktok_url
url - Complete TikTok video URL (required)Search for TikTok videos by keywords and get download links.
GET /api/tiktok2?query=search_term
query - Search keywords (required)Download TikTok videos without watermark by providing the video URL.
GET /api/tik?url=tiktok_url
url - Valid TikTok video URL (required)Twitter/X Video Download API
GET /api/twit?url=twitter_url&apikey=
url - URL video Twitter/X (required)apikey - API Key pengguna (required)YouTube Video & Audio Download API
GET /api/ytdl?url=youtube_url&format=format&apikey=your_apikey
url - URL video YouTube (required)format - Format download (mp3, 144, 240, 360, 480, 720, 1080) (required)apikey - API key untuk otentikasi (required)Douyin Video & Audio Download API
GET /api/douyin?url=douyin_url
url - URL video Douyin (required)Spotify Music Download API
GET /api/spdl?url=spotify_url
url - URL lagu di Spotify (required)API to download files from MediaFire and get direct CDN links.
GET /api/mediafire?url=mediafire_url&apikey=your_apikey
url - URL file dari MediaFire (required)apikey - API key Anda (required)API to search for anime from the site 9animetv.to based on a query.
GET /api/anime9/search?query=keyword
query - Kata kunci pencarian anime (required)Obfuscate JavaScript code via Obfuscator.oi.
POST /api/obfuscate
code - JavaScript source code to obfuscate (required)options - Obfuscation options (optional)Fetch a random poem scraped from Karyakarsa.com.
GET /api/poems
Search Bilibili videos by query. Returns title, URL, thumbnail, duration, uploader, and views.
GET /bilibili?query=search_query
query - Search term (required)q - Alias for query (optional)Generates an image from text input using Brat API.
GET /brat?text=text
text - Text to convert into image (required)Generates a carbon image of code.
POST /carbon
text - Source code to convert (required)Features: Upload, List, Download, Delete files
Upload full project folders and serve them under a unique URL via the API.
Routes and parameters:
POST /upload - Upload multiple project files (max 50) using files field. Returns projectId and projectUrl.GET /list - List all hosted projects with project IDs, URLs, and file names.DELETE /delete/:projectId - Delete a hosted project by its ID./projects/:projectId/ - Access hosted project files directly via URL.
Generate realistic AI videos based on text prompts using
https://eliteprotech-apis.zone.id/aivideo.
/api/aivideo?q=GETq — The text prompt (e.g. "hacker running")Upload, host, list, and delete HTML/CSS/JS files via the API.
Routes and parameters:
POST /upload - Upload multiple files (max 20) using files field.GET /list - List all hosted files.DELETE /delete/:filename - Delete a hosted file by filename./webhost/:filename - Access hosted files directly via URL.Scrape weather information from Google for a given city.
Query parameters:
q - City name (required)lang - Language code, e.g., en, id (default: en)unit - Temperature unit: C, F, K (default: C)Generates a transparent PNG image with custom text using picturetopeople.org service.
GET /api/texttoimage?text=Your Text Here
text - Text to convert to image (required)Remove vocals from an audio file to get instrumental and isolated vocal tracks.
Request body: { "url": "https://example.com/audio.mp3" }
Get a random inspirational quote with author and tags.
GET /api/quotes
Transcribe audio files into text using TalkNotes AI.
Request body: { "audioPath": "path/to/audio.mp3" }
Swap faces between a target and source image using AI.
Request body: { "target": "URL or Base64", "source": "URL or Base64" }
Get random anime quotes with character and source information
GET /api/animequote
Generate a beautiful PNG image from code using the Carbon API.
POST /api/carbon
text – Code string to convert to an image (required)Generates AI art using Magic Studio's API.
GET /api/magic-studio?prompt={your_prompt}
Generate AI images from text prompts.
GET /api/prompthero?prompt=your_query
prompt - Image description (required)Generate anime-style images from text prompts using GhibliArt's API.
GET /api/anime-gen?prompt=YOUR_PROMPT
(application/json)
prompt - Text description of the desired image (required)Generate high-quality AI images using Google's Imagen 3.5 model
GET /api/imagen?prompt=your_prompt&size=portrait
prompt - Your text description for image generation (required)size - Output size: square (1024×1024), portrait (1024×1792), or landscape (1792×1024)Search high-quality photos and videos from Pexels
GET /api/pexels?q=search_query&type=photos
Generate AI-powered images with style customization
GET /api/deepimg?prompt=your_prompt&style=default&size=1:1
Generate AI images using FluxAI's powerful image generation model
GET /api/fluxai?prompt=your_prompt
prompt - Your text prompt for image generation (required)Generates code based on the provided prompt in the specified programming language using AI models.
GET /api/generatecode?prompt=your_prompt&language=language&model=model
prompt - Description of the code you want to generate (required)language - Programming language for the code (default: JavaScript)
model - AI model to use (default: gpt-4o-mini)
Fetches random anime images from external sources.
GET /api/random-anime?apikey=your_apikey
apikey - API access key (required)