Write a record transaction to the blockchain.
The transaction will be published to the blockchain asynchronously. Use Get linked record status to find out when it has been confirmed.
{your-URL}/api/v1/records
Encode the record before registering on the blockchain. Available encoders depend upon your configuration options. Possible encoders include:
Note * A "salt" parameter may be specified in () brackets containing any of the following characters: ASCII letters and digits, "/", ":", "-" and "+" (URL encoded as "%2B"). The "salt" parameter will be prepended to the record before encoding.
Encoders may be combined using '|'. Example: SHA256(23:59:59.123)|Base64
{your-API-key}