Skip to main content

Using CID

Download the authenticated data using IPFS CID (Content Identifier)

API Endpoint

GET
https://api.ovcode.com/download/file/download/cid?cid={val}

Request Headers

Ocp-Apim-Subscription-Key
Your Enterprise Subscription Key
Api-Key
Your Enterprise Project API Key

Request Parameter

Description
cidIPFS CID (Content Identifier) of Authenticated Data

API Response

Success
application/octet-stream
Error
text/plain

HTTP Status Codes

CodeDescription
200OK
201Created
204No Content
400Bad Request
401Unauthorized
404Not Found
415Unsupported Media Type
500Internal Server Error