Secure, fast, and simple IP-based code storage with automatic expiration
Store a new code or retrieve existing one for your IP
Codes automatically expire after 10 minutes of inactivity
Each IP address can store one unique code. Automatically detects your IP.
Codes automatically expire after 10 minutes, keeping your data fresh.
If a code exists for your IP, it returns the existing one instead of storing new.
All communications are secure. No sensitive data is stored permanently.
POST /api.php
{
"code": "YOUR_CODE_HERE"
}
curl -X POST https://linkpost.mxime.xyz/api.php \
-H "Content-Type: application/json" \
-d '{"code":"WEB-Z3OORFBP"}'
{
"status": "stored|existing|error",
"ip": "123.456.789.012",
"code": "YOUR_CODE",
"created_at": "2024-01-20 14:30:45"
}