«timeMarker.org» API
ATTENTION: API work in test mode. Commands can change.
You can use SOAP or GET requests.
GET
To make a new timestamp use this URL
http://srv.timeMarker.org/Service.svc/getStamp/file/?data=base64str
and service will make new timestamp based on bytes represented in «base64str», you will get a PGP-file.
If you don’t want to download PGP-file now use
http://srv.timeMarker.org/Service.svc/getStamp/number/?data=base64str
and you will get the number of new timestamp.
To download timestamp use
http://srv.timeMarker.org/Service.svc/download/stamp/file/{number}
where {number} is a number of stamp to download.
All GET requests you can find in table 1.
Table 1. GET requests
| Make new timestamp |
|
http://srv.timeMarker.org/Service.svc/getStamp/file/?data={base64str}
|
| Parameters |
{base64str} – user’s data (max size is 4096 bytes) |
| Result |
PGP-file with new timestamp |
|
http://srv.timeMarker.org/Service.svc/getStamp/number/?data={base64str}
|
| Parameters |
{base64str} – user’s data (max size is 4096 bytes) |
| Result |
Number of new timestamp |
| Download timestamp |
|
http://srv.timeMarker.org/Service.svc/download/stamp/file/{number}
|
| Parameters |
{number} – number of timestamp |
| Result |
PGP-file with a timestamp |
|
http://srv.timeMarker.org/Service.svc/download/stamp/zip/?numFrom={numberFrom}&numTo={numberTo}
|
| Parameters |
{numberFrom } – number of first timestamp in series of stamp
{numberTo} – number of last timestamp in series of stamp
|
| Result |
Zip with PGP-files (max length 50 files) |
| Download PGP-keys |
|
http://srv.timeMarker.org/Service.svc/download/key/file/{keyId}
|
| Parameters |
{keyId} – PGP-key ID |
| Result |
PGP-file with key |
Note: «timeMarker.org» can notarize files (max 10MB).
But you can't do that using Get-requests. To notarize files use SOAP.
SOAP
You can find WSDL-file here
http://srv.timemarker.org/Service.svc?wsdl