Jump to Navigation ______________________ HEADER _______________________ Home About Pricing Docs Account /block /header ______________________ MAIN _______________________ <div id="content-header"> </div> /#content-header Your tiny key/value store in the cloud. Getting data has never felt so good. > curl https://tinycache.io/api/v1/YOUR_API_KEY/CACHE_KEY You can get a set of data by passing a wildcard parameter. > curl https://tinycache.io/api/v1/YOUR_API_KEY/user.data* Getting all your stored keys is as easy as... > curl https://tinycache.io/api/v1/YOUR_API_KEY Encryption made simple. Supply your own encryption key. Your key is not stored on the server (so don't lose it). > curl https://tinycache.io/api/v1/YOUR_API_KEY/mysecretkey -X POST \ > -d '{"cache_value":"my secret value", "encrypt":"supersecretkey"}' Decryption...