Earn Credits
Tunnel Mode
No public IP needed. One command to expose your local API.
- ✓ No public IP / domain required
- ✓ One command: apishare -k TOKEN -p PORT
- ✓ Support: Chat, Image, ASR, Vision
- ✓ Earn 90% of call fees
Direct API Mode
For users with public endpoints. Just fill in the URL.
- ✓ Requires public IP or domain
- ✓ Support: Chat, Image, ASR, Vision
- ✓ Earn 90% of call fees
🛠 Before You Start
First install the tunnel client on the machine where your API service runs. Then fill in the form below to get your connection command.
# Step 1: Install tunnel client
pip install apishare-tunnel
# Step 2: After creating API below, you'll get a command like:
apishare -k <YOUR_TOKEN> -p <YOUR_PORT>
Requirements: Python 3.7+. Your local API must be running (e.g. vLLM, Ollama, or any OpenAI-compatible server).
Create Tunnel API
Fill in your model info, get a token, then run one command. Your local API service will be publicly accessible through the platform.
Connect Your Service
# Step 1: Install
pip install apishare-tunnel
# Step 2: Connect (run this on your server)
apishare -k TOKEN -p 8000
Keep this command running. Your API will be available once an admin activates it.
Submit API (Direct Mode)
My APIs
Loading...