Tagged Data
Detect Mime Type
Gets the mime type of uploaded file or data.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Download Tagged Data
Download tagged data as a file if it is still available.
Method: GET
Example response: 200
Get Account Tagged Data
Get all available tagged data uploaded by a given account in reverse chronological order.
Method: GET
Example response: 200
Get All Tagged Data
Get all available tagged data in reverse chronological order.
Method: GET
Example response: 200
Get Channel Tagged Data
Get available tagged data by channel, optionally filtered by account, in reverse chronological order.
Method: GET
Example response: 200
Get Data Tag Count
Get the total number of distinct available data tags.
Method: GET
Example response: 200
Get Data Tags
Get the distinct tags of all available tagged data, with the number of uses of each tag, in order of number of uses, then alphabetical order.
Method: GET
Example response: 200
Get Data Tags Like
Prefix search of available data tags, return in alphabetical order.
Method: GET
Example response: 200
Get Tagged Data
Get available tagged data given a transaction full hash.
Method: GET
Example response: 200
Search Tagged Data
Full text search on available tagged data name, description and tags; optionally filtered by tag, channel or uploading account; return in reverse relevance order.
Method: GET
Example response: 200
Upload Tagged Data
Upload and broadcast new tagged data.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Verify Tagged Data
Verify expired tagged data downloaded from another node, against the hash in the blockchain.
Method: GET
Example response: 200
Last updated