Accessible API Hub
185 subscribers
1 photo
31 files
176 links
Welcome to Accessible API Hub โ€“ a dedicated Telegram channel for visually impaired developers and learners. Discover accessible APIs, tools, scripts, and tutorials tailored for blind users. Let's build an inclusive tech world together!
Download Telegram
๐Ÿšจ BIG NEWS! ๐Ÿšจ

Voicebox is here! ๐ŸŽ‰ Clone realistic voices of elenlabs, Open source model of Elevenlabs.

Open-source alternative to ElevenLabs: https://github.com/jamiepine/voicebox
Mero AI Assistant โ€” A New Update

Mero AI Assistant is a Telegram bot that lets you interact with advanced AI through simple messages. This update brings image analysis, voice message support, user management, and several improvements to how the bot works.

---

What It Does

Mero AI can read and respond to text, analyze images you send, transcribe and reply to voice messages, search the web when your question needs current information, summarize URLs, write code, translate between languages, solve math problems, break down YouTube videos, and generate images from descriptions. It remembers recent conversations so follow-up questions feel natural.

---

Commands

/start โ€” Registers you and shows a welcome message. If you're already registered, it tells you so.

/clear โ€” Wipes your conversation history and starts fresh.

/cls โ€” Clears the stored image from memory. The bot holds onto your last uploaded image and references it in follow-up messages until you run this command.

/history โ€” Shows your full conversation history.

/imagine [description] โ€” Generates an image based on your description and sends it back.

/youtube [url] โ€” Analyzes a YouTube video. You can optionally add a prompt after the URL to ask something specific about the video.

/exit โ€” Removes your data from the bot entirely. You can always come back with /start.

---

Image Analysis

Send any photo to the bot. It will analyze the image and respond. If you include a caption, the bot uses that as your question. If you don't, it defaults to describing the image in detail.

The bot keeps your last uploaded image in context. Every message you send after uploading an image will reference that image automatically, so you can ask multiple questions about the same photo without resending it. Use /cls when you're done.

---

Voice Messages

Record and send a voice message. The bot transcribes it, understands what you said, and replies. There is a five-minute limit on voice messages.

---

Web Search and URLs

You don't need a special command for web search. The bot decides on its own when your question needs live information and searches automatically. When it does, it includes source links at the end of its response.

Send any URL in a regular message and the bot will read and summarize the page.

---

Conversation Memory

The bot stores up to ten messages per user and uses the last five exchanges as context for generating responses. This means it understands follow-up questions and keeps the conversation coherent. Use /clear to reset.

---

Unsupported Attachments

Videos, documents, audio files, stickers, and other file types are not supported at this time. The bot will let you know and suggest sending images or voice messages instead.

---

Developed by Sujan Rai.
Start using it at https://t.me/meroaiassistantbot_bot
Additionally, here you can also send feedback to the developer by using the /feedback command. For this, you can send your feedback by typing.back [space] followed by your feedback, which the developer will automatically receiv
โค1
Anthropic is offering 6 months of free Claude Max (20x plan) to eligible open-source maintainers. Who qualifies? Primary maintainer/core contributor of a public OSS project 5,000+ GitHub stars or 1M+ monthly npm downloads Active in the last ~3 months Even if you donโ€™t meet the exact numbers, you can still apply if your project is widely used.

Apply here - https://claude.com/contact-sales/claude-for-oss
โœฆ Lovable FREE for 24 Hours โœฆ

โ— On March 8, Lovable is 100% FREE for 24 hours for the SheBuilds International Womenโ€™s Day event

โ— Free Credits for Participants
โ€ข $100 Anthropic (Claude) API Credits

โ€ข $250 Stripe Fee Credits

ร— No application
ร— No eligibility
ร— No paid plan required
โ— Just log in and start building.
โ˜… Join the event:
https://virtualevents.lovable.dev/lovable/live-shebuilds-on-lovable-for-international-women-s-day
๐Ÿค– API Name: Claude Haiku 4.5 Chat API
๐Ÿš€ Purpose: Get AI-powered responses from Anthropic's Claude Haiku 4.5 model with optional system instructions and streaming support

๐Ÿ”— Base URL: https://claude-haiku-4-5-api-sujan.vercel.app

---

๐Ÿ”บ Methods: GET & POST
๐Ÿ”ฎ Parameters:
โ”œ prompt (required โ€” your message or question)
โ”œ systemInstructions (optional โ€” custom system behavior)
โ”” stream (optional โ€” true for real-time streaming, default false)

---

๐Ÿ“ Example (GET):
Simple question with no extras ๐Ÿ‘‡
https://claude-haiku-4-5-api-sujan.vercel.app/chat?prompt=What%20is%20quantum%20computing%3F
With system instructions ๐Ÿ‘‡
https://claude-haiku-4-5-api-sujan.vercel.app/chat?prompt=Explain%20gravity&systemInstructions=You%20are%20a%20physics%20professor.%20Explain%20simply.
With streaming enabled ๐Ÿ‘‡
https://claude-haiku-4-5-api-sujan.vercel.app/chat?prompt=Write%20a%20short%20poem&stream=true
๐Ÿ“ Example (POST):
/chat
Content-Type: application/json

{
  "prompt": "Explain machine learning in simple terms",
  "systemInstructions": "You are a friendly teacher. Use analogies.",
  "stream": false
}

๐Ÿ“ค Sample Response:
  "success": true,
  "response": "Machine learning is like teaching a child through examples. Instead of giving explicit rules, you show the computer thousands of examples and it learns the patterns on its own..."
}

๐Ÿ“ค Stream Response:
When stream: true, the response is delivered as real-time plain text chunks โ€” perfect for typewriter effects and live chat UIs.

---

๐Ÿ’ก Why use this API?
โœ”๏ธ Powered by Claude Haiku 4.5 โ€” Anthropic's fast & intelligent model
โœ”๏ธ Supports both GET & POST methods
โœ”๏ธ Custom system instructions โ€” control AI personality & behavior
โœ”๏ธ Real-time streaming โ€” get responses token by token
โœ”๏ธ No authentication required โ€” completely free
โœ”๏ธ CORS enabled โ€” works from any frontend
โœ”๏ธ Clean JSON responses โ€” easy to integrate

โš™๏ธ Use cases:
๐Ÿ’ฌ Chatbots & virtual assistants
๐Ÿค– Automated Q&A systems
๐Ÿ“š Educational tools & tutors
โœ๏ธ Content generation & writing assistance
๐Ÿง  Code explanation & debugging
๐ŸŽญ Role-playing AI with custom personas
๐Ÿ“ฑ Mobile app AI backends

---

๐Ÿ”ฅ Claude Haiku 4.5 at your fingertips โ€” fast, smart, and free!

๐Ÿ‘จโ€๐Ÿ’ป Developer: Sujan rai, special thanks to sandip ghimire
Join the following channels:
blind tech visionary at https://t.me/blindtechvisionary
Accessible API hub for blind at https://t.me/AccessibleAPI123.

๐Ÿ”„ Don't forget to react! โค๏ธโœ…
๐Ÿค– API Name: DeepSeek.es API
๐Ÿš€ Purpose: Get AI-powered responses using DeepSeek V3 and R1 models

๐Ÿ”— Base URLs:
โ€ข https://deepseek-api-es.vercel.app/v3?prompt= *(DeepSeek V3)*
โ€ข https://deepseek-api-es.vercel.app/r1?prompt= *(DeepSeek R1)*

๐Ÿ”บ Method: GET
๐Ÿ”ฎ Parameters: prompt (required โ€” your question or message)

๐Ÿ“ Example:
Get an AI response to any question ๐Ÿ‘‡
https://deepseek-api-es.vercel.app/v3?prompt=%C2%BFQu%C3%A9+fue+primero+el+huevo+o+la+gallina%3F

๐Ÿ“ค Sample Response:
{
  "success": true,
  "mode": "v3",
  "id": "47382",
  "response": "AI response here..."
}

๐Ÿ’ก Why use this API?
โœ”๏ธ Two powerful AI models in one simple API
โœ”๏ธ Fast responses powered by DeepSeek V3 & R1
โœ”๏ธ Simple GET requests, no authentication needed
โœ”๏ธ Perfect for chatbots & text processing tasks
โœ”๏ธ Clean JSON response, easy to integrate
โœ”๏ธ Full UTF-8 support for any language

โš™๏ธ Use cases:
๐Ÿ’ฌ Chatbots & virtual assistants
โœ๏ธ Text correction & proofreading
๐Ÿ”ฌ Science & logical reasoning
๐Ÿ“š Educational tools
๐ŸŒ Multilingual Q&A
๐Ÿ” Information retrieval & summarization

๐Ÿ”ฅ Two AI models, one simple GET request โ€” pick your power!

๐Ÿ‘จโ€๐Ÿ’ป Developer: Rudyy1224
ยฉ SUPPORT: @Apisimpacientes
๐Ÿ”„ Don't forget to react! โค๏ธโœ…
email: sandeepghimire7000@gmail.com
phone number: +9779707832863
pdf manager page: https://sandeepghimeere46-code.github.io/PDF-Manager/index.html
๐Ÿค– API Name: Gemini 3 Flash API
๐Ÿš€ Purpose: Get AI-powered responses with automatic search capabilities using Gemini 3 flash api.

๐Ÿ”— Base URL: https://gemini-3-flash-api-sujan.vercel.app/

๐Ÿ”บ Method: GET
๐Ÿ”ฎ Parameters: message (required - your question or message, appended directly to the base URL)

๐Ÿ“ Example:
Get AI response to any question ๐Ÿ‘‡
https://gemini-3-flash-api-sujan.vercel.app/What%20is%20the%20capital%20of%20France%3F


https://gemini-3-flash-api-sujan.vercel.app/hi%20Gemini

๐Ÿ“ค Sample Response

  "success": true,
  "prompt": "/hi gemini",
  "response": "Hi there! I'm Gemini. Itโ€™s great to meet you. \n\nIโ€™m here to help you brainstorm, tackle complex projects, or even just chat through some ideas. Whether you need a hand with a technical problem, want to generate some creative images, or just need to organize your thoughts, I'm ready when you are.\n\nHow is your day going? Would you like me to help you get started on a specific task or project?"
}



๐Ÿ’ก Why use this API?
โœ”๏ธ Powered by Gemini 3 Flash with real-time web search (as needed)
โœ”๏ธ Simple GET requests, no authentication
โœ”๏ธ Clean JSON response, easy to integrate

โš™๏ธ Use cases:
๐Ÿ’ฌ Chatbots & virtual assistants
๐Ÿค– Automated Q&A systems
๐Ÿ“š Educational tools
๐Ÿ” Real-time information retrieval

๐Ÿ”ฅ Ask anything and get instant AI-powered answers!

๐Ÿ‘จโ€๐Ÿ’ป Developer: Sujan Rai
Telegram channel: t.me/blindtechvisionary
API channel https://t.me/AccessibleAPI123
โœจ Mero AI Assistant Telegram Bot: Mind-Blowing Updates! โœจ

Experience the next level of AI interaction with Mero AI Assistant!

๐Ÿš€ Agentic Workflow:
No more commands! Simply ask directly to generate images or process YouTube videos. Our bot now understands your natural language, making interactions smarter and smoother than ever before.

๐Ÿง  Smart Features:
*   Intelligent Memory: Your chat history is saved for up to 30 conversations, allowing the AI to remember you and your preferences.
*   Direct Admin Reply: Easily reply to admin broadcasts with a single click.
*   Enhanced Understanding: The AI now understands your queries with unprecedented accuracy.

๐Ÿ› ๏ธ Bug Fixes:
We've squashed many reported bugs for a more stable and reliable experience.

Start using it today!
๐Ÿ‘‰ @meroaiassistantbot_bot
Check out Whisper Flow: AI Voice Typing! ๐ŸŽคโœจ

Transform the way you type with Flow, the intelligent voice keyboard that understands multiple languages and transcribes with incredible accuracy.

Download now: https://play.google.com/store/apps/details?id=com.linguaflow.app
๐Ÿš€ Check out Mero AI Assistant โ€” your free, fast & powerful AI companion on Telegram!

https://t.me/meroaiassistantbot_bot
Introducing the All in One Video Downloader Public API โ€” Free, Unlimited & Reliable

Unlock the ability to seamlessly extract direct download links for videos and audio from almost any platform with our public API. Designed for developers, bot creators, and app builders. With zero authentication, unlimited access, and support for thousands of websites, integration is fast and powerful.

Supported Platforms:
YouTube, Facebook, TikTok, Instagram, Twitter (X), Reddit, Vimeo, and thousands of other media websites.

Base API Endpoint:
https://hridoy-all-in-one-downloader.vercel.app/api/extract

Usage Example (GET Request):
https://hridoy-all-in-one-downloader.vercel.app/api/extract?url=https://www.youtube.com/watch?v=aqz-KE-bpKQ

Example JSON Response (Success):
{
"developer": "Md Hridoy Sheikh",
"join_us": "Join our Telegram channel for updates: https://t.me/schoolofmindlight2018",
"success": true,
"platform": "Youtube",
"title": "Example Video Title 4K",
"thumbnail": "https://example.com/thumbnail.jpg",
"duration_seconds": 266,
"total_formats": 2,
"formats": [
{
"format_id": "136",
"extension": "mp4",
"resolution": "1280x720",
"video_codec": "avc1.4d401f",
"audio_codec": "none",
"filesize_bytes": 83102997,
"direct_download_url": "https://example.com/direct_video_link.mp4"
},
{
"format_id": "140",
"extension": "m4a",
"resolution": "audio-only",
"video_codec": "none",
"audio_codec": "mp4a.40.2",
"filesize_bytes": 24959589,
"direct_download_url": "https://example.com/direct_audio_link.m4a"
}
]
}

Example JSON Response (Error):
{
"developer": "Md Hridoy Sheikh",
"join_us": "Join our Telegram channel for updates: https://t.me/schoolofmindlight2018",
"success": false,
"error": "Missing 'url' parameter. Please provide a valid video link."
}

Key Features:
- No API key required
- Unlimited free usage
- Clean JSON response format
- Extracts all available formats (audio & video in multiple resolutions)
- Auto-detects platform and bypasses restrictions
- Developer-friendly and easily integratable into bots or apps

Usage Policy:
This API is completely free and unlimited for everyone to use. However, if you integrate it into your apps, bots, or projects, we kindly request you to provide proper credit to the developer.

Developer: Md Hridoy Sheikh
Official Telegram Channel: @schoolofmindlight2018

Start building your downloader apps and bots today โ€” freely and limitlessly.
โค1
๐Ÿค– API Name: Microsoft Copilot API
๐Ÿš€ Purpose: Get AI-powered responses using Microsoft Copilot-style intelligence for chat, reasoning, search, and smart assistance.
๐Ÿ”— Base URL:
https://microsoft-copilot-api-sujan.vercel.app/
๐Ÿ”บ Method: GET
๐Ÿ”ฎ Parameters:
prompt (required) โ†’ Your question or input
model (optional) โ†’ Choose from: smart, chat, search, reasoning (default: smart)
๐Ÿ“ Examples:
๐Ÿ‘‰ Smart response
https://microsoft-copilot-api-sujan.vercel.app/?prompt=Explain%20AI
๐Ÿ‘‰ Chat mode
https://microsoft-copilot-api-sujan.vercel.app/?prompt=Hello&model=chat
๐Ÿ‘‰ Reasoning mode
https://microsoft-copilot-api-sujan.vercel.app/?prompt=Solve%202x%2B3%3D7&model=reasoning
๐Ÿ‘‰ Search mode
https://microsoft-copilot-api-sujan.vercel.app/?prompt=Latest%20tech%20news&model=search
๐Ÿ“ค Sample Response:
{ "success": true, "response": "2x + 3 = 7 โ†’ x = 2" }
๐Ÿ’ก Why use this API?
โœ”๏ธ Multiple AI modes (chat, search, reasoning, smart)
โœ”๏ธ Simple GET requests โ€” no authentication needed
โœ”๏ธ Fast and clean JSON responses
โœ”๏ธ Flexible for different use cases
โš™๏ธ Use Cases:
๐Ÿ’ฌ Chatbots & assistants
๐Ÿ“š Educational tools
๐Ÿ” Search-based applications
๐Ÿง  Problem-solving & reasoning systems
๐Ÿ”ฅ Build smarter apps with Copilot-style AI in seconds!
๐Ÿ‘จโ€๐Ÿ’ป Developer: Sujan Rai
๐Ÿ“ข Telegram: https://t.me/AccessibleAPI123
text to video generator API source code use and enjoy don't forget to give copyright for original developer