Artificial Intelligence APIs

Powerful AI endpoints for text generation, chatbots, image processing, and more. Built with state-of-the-art machine learning models.

POST

ChatGPT AI Chat

https://api.ktech.net.ng/ai/chatgpt

Advanced conversational AI with context awareness. Supports multiple models and conversation history.

Rate Limit 100 requests/hour
Response Time ~500ms
Parameters query, model, context
POST

AI Image Generator

https://api.ktech.net.ng/ai/image-generate

Generate images from text descriptions using stable diffusion models. Multiple styles and sizes available.

Rate Limit 50 requests/hour
Response Time ~2-3 seconds
Parameters prompt, style, size
POST

Text Summarizer

https://api.ktech.net.ng/ai/summarize

Summarize long articles, documents, or text into concise summaries. Adjustable summary length and style.

Rate Limit 200 requests/hour
Response Time ~300ms
Parameters text, length, style

Media Download APIs

Download media from various platforms including YouTube, Instagram, TikTok, and more. Multiple formats and quality options available.

GET

YouTube Video Downloader

https://api.ktech.net.ng/download/youtube

Download videos from YouTube in MP4, WebM, or audio-only formats. Supports 1080p, 720p, 480p, and audio quality options.

Rate Limit 50 requests/hour
Response Time ~2 seconds
Parameters url, quality, format
GET

Instagram Media Downloader

https://api.ktech.net.ng/download/instagram

Download photos, videos, reels, and IGTV from Instagram. High-quality downloads with metadata preservation.

Rate Limit 100 requests/hour
Response Time ~1 second
Parameters url, type, quality
GET

Music Downloader

https://api.ktech.net.ng/download/music

Download music from various platforms. Supports MP3, FLAC, and other audio formats. Includes album art and metadata.

Rate Limit 200 requests/hour
Response Time ~1.5 seconds
Parameters query, platform, format
JavaScript Example
// Download YouTube video
fetch('https://api.ktech.net.ng/download/youtube', {
    method: 'POST',
    headers: {
        'Content-Type': 'application/json'
    },
    body: JSON.stringify({
        url: 'https://youtube.com/watch?v=example',
        quality: '720p',
        format: 'mp4'
    })
})
.then(response => response.json())
.then(data => {
    console.log('Download URL:', data.download_url);
    console.log('Video Info:', data.info);
});

WhatsApp Automation APIs

Automate WhatsApp messaging, media sharing, and group management. Perfect for notifications, chatbots, and customer support.

POST

Send WhatsApp Message

https://api.ktech.net.ng/whatsapp/send-message

Send text messages to any WhatsApp number. Supports emojis, formatting, and scheduling.

Rate Limit 100 requests/hour
Response Time ~2 seconds
Parameters number, message, schedule
POST

Send WhatsApp Media

https://api.ktech.net.ng/whatsapp/send-media

Send images, videos, documents, and audio files through WhatsApp. Automatic compression and format conversion.

Rate Limit 50 requests/hour
Response Time ~3 seconds
Parameters number, media_url, caption
POST

WhatsApp Group Tools

https://api.ktech.net.ng/whatsapp/group

Create groups, add/remove members, send group messages, and manage group settings programmatically.

Rate Limit 30 requests/hour
Response Time ~5 seconds
Parameters action, group_id, members

Utility APIs

Essential tools for developers including URL shorteners, QR codes, text processing, and file conversion.

POST

URL Shortener

https://api.ktech.net.ng/utility/shorten-url

Create short, memorable URLs with custom slugs. Track clicks and generate QR codes.

Rate Limit 500 requests/hour
Response Time ~100ms
Parameters url, custom_slug, expiration
GET

QR Code Generator

https://api.ktech.net.ng/utility/qr-code

Generate QR codes for URLs, text, contact info, WiFi credentials. Customizable colors, size, and error correction.

Rate Limit 1000 requests/hour
Response Time ~50ms
Parameters data, size, color, bg_color
POST

Text to Speech

https://api.ktech.net.ng/utility/text-to-speech

Convert text to natural-sounding speech in multiple languages and voices. Supports MP3 and WAV formats.

Rate Limit 200 requests/hour
Response Time ~1 second
Parameters text, voice, language, speed

Social Media APIs

APIs for social media platforms including profile analysis, content scraping, and automation tools.

GET

Instagram Profile Info

https://api.ktech.net.ng/social/instagram-profile

Get detailed Instagram profile information including followers, following, posts, and highlights.

Rate Limit 100 requests/hour
Response Time ~2 seconds
Parameters username, include_posts
GET

Twitter/X Data

https://api.ktech.net.ng/social/twitter-data

Fetch tweets, user profiles, trends, and hashtag analytics from Twitter/X. No API key required.

Rate Limit 150 requests/hour
Response Time ~1.5 seconds
Parameters username, hashtag, limit
GET

TikTok Video Info

https://api.ktech.net.ng/social/tiktok-video

Get TikTok video information including views, likes, comments, shares, and download URLs.

Rate Limit 200 requests/hour
Response Time ~1 second
Parameters video_url, include_comments