Example request: POST http://example.tld/api.php Content-Type: application/json; charset=utf-8 Accept: application/json { "asl": "YOUR-KEY", "data": "TEXT DATA TO BE SAVED" } Example response (success): Content-Type: application/json { "message": "http://example.tld/2022/03/26/DFzn", "status": 200 } Example response (failure): Content-Type: application/json { "message": "Something went wrong. HASHCODE", "status": 500 }