Telltail
GitHub
  • Telltail
  • Installation
    • Setup Telltail Center
    • Setup Telltail Sync
    • Make It Easy to Access Telltail on Your iPhone
    • Make it Easy to Access Telltail on Your Android
    • What About Sync for Wayland on Linux?
  • Manage
    • Update Auth Key
    • Uninstall
  • Center's APIs
  • FAQ
  • Changes Done by Install
  • References and Licenses
Powered by GitBook
On this page

Center's APIs

PreviousUninstallNextFAQ

Last updated 9 months ago

Telltail Center gives you two APIs:

GET /get

You can retrieve the text you've copied into Telltail from this. It gives back you the result in plain text.

POST /set

You can store a text into Telltail with this. The request body needs to be JSON, and should have the form:

{
  "text": "text to store",
  "device": "unknown"
}

If you are making this request from a device which has Sync installed in it, then pass the same device name here what you passed to . Otherwise, leave it as unknown.

while installing Sync