{"success":true,"service":"Secure Pastebin API","apiVersion":"1.2","baseUrl":"https://share.plotify.shop","docsUrl":"https://share.plotify.shop/api/docs","limits":{"minExpirySeconds":300,"maxExpirySeconds":31536000,"maxEncryptedPayloadBytes":4194304},"presets":[{"label":"5 minutes","seconds":300},{"label":"1 hour","seconds":3600},{"label":"1 day","seconds":86400},{"label":"1 week","seconds":604800},{"label":"30 days","seconds":2592000}],"capabilities":["create encrypted pastes","fetch encrypted pastes","fetch paste metadata without consuming the payload","clean short share links","custom expiration","burn after read","password-aware flag","custom IDs in the request body or path","byte-array and base64url payload formats"],"createRequestFormats":["body.encryptedData.iv + body.encryptedData.data","body.iv + body.data","body.encryptedData.ivBase64 + body.encryptedData.dataBase64","body.ivBase64 + body.dataBase64"],"endpoints":{"docs":"/api/docs","health":"/api/health","options":"/api/options","create":"/api/pastes","createWithCustomId":"/api/pastes/{id}","retrieve":"/api/pastes/{id}","meta":"/api/pastes/{id}/meta","legacyCreate":"/api/create","legacyGet":"/api/get/{id}"},"notes":["Encrypt on the client side. The API stores ciphertext only.","Password material should never be sent to the server.","Markdown and subject live inside the encrypted payload.","GET /api/pastes/{id} deletes a burn-after-read paste immediately after returning it once."]}