Store and read text with a single URL
Register once, get an API key, and instantly publish or fetch text over plain HTTP GET requests. Works from any language — no SDK, no setup.
Publish
GET /publish.php?apikey=otp1_abc123&text=Hello%20World
{ "status": "success", "message": "Text saved" }
Read
GET /read.php?apikey=otp1_abc123
{
"status": "success",
"text": "Hello World",
"updated": "2026-07-09 10:15:00"
}
What is Instant Text API?
Instant Text API is a free, no-frills text storage service. Each account gets one unique API key and one text slot. Send a GET request to publish text, and another GET request to read it back — instantly. It's ideal for sharing a value between devices, powering a status message, feeding a widget, storing the latest output of a script, or any case where you need a tiny always-available string over HTTP.
Dead simple
Two endpoints, one API key. If you can open a URL, you can use it.
Any language
cURL, JavaScript, Python, PHP, Java, Go, and more — see the docs.
Free to use
No billing, no credit card. Register and start immediately.
Ready in ten seconds
Create an account and your API key is waiting on the dashboard.