PostGet.me

Data Bridge API
Send data from your internal network to the cloud. Perfect for IoT devices, internal services, microservices, and webhook endpoints. 50 requests/hour free • No signup required.

Get Started in 30 Seconds

Generate your personal API endpoint and start sending data immediately

📚 Your Personal API Documentation

POST Your Data

Send any data to your project. Data will overwrite previous content.
📄 Supports: JSON, HTML, Text, Base64, XML, Binary and all data formats

curl -X POST https://postget.me/YOUR_ID/data/sensor1 -H "Content-Type: text/plain" -d "Temperature: 23.5°C"
{"success":true,"userId":"YOUR_ID","projectId":"sensor1","remainingPosts":9}

GET Your Data

Retrieve your stored data from any project.

curl https://postget.me/YOUR_ID/data/sensor1
Temperature: 23.5°C

Use Any Project Name

Create multiple data endpoints with custom project names:

https://postget.me/YOUR_ID/data/webhook https://postget.me/YOUR_ID/data/iot-sensor https://postget.me/YOUR_ID/data/logs

🔒 Premium: Secure Your Data

Premium users can add authentication to protect their endpoints:

Secure POST (Write Protection)
curl -X POST https://postget.me/YOUR_ID/data/private \ -H "X-Auth-Token: your_secret_123" \ -H "X-Get-Policy: private" \ -d "Sensitive data"
Get Policy Options
public - Anyone can read (default)
private - Only authenticated users can read
both - Public read + Enhanced data for authenticated users
Private GET (Read Protection)
curl -H "X-Auth-Token: your_secret_123" \ https://postget.me/YOUR_ID/data/private
How it works:
1. First POST with X-Auth-Token → Project becomes secured
2. Future POSTs require same token
3. GET access depends on X-Get-Policy setting

INSTANT

Ready in 30 seconds

🔒

PERSISTENT

Data until overwritten

🌐

RAW OUTPUT

Exactly what you sent

⚙️

INTERNAL READY

IoT, microservices, webhooks