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-KeyYour Enterprise Subscription KeyApi-KeyYour Enterprise Project API KeyRequest Parameter
| Description | |
|---|---|
cid | IPFS CID (Content Identifier) of Authenticated Data |
API Response
Successapplication/octet-stream
text/plain
HTTP Status Codes
| Code | Description |
|---|---|
| 200 | OK |
| 201 | Created |
| 204 | No Content |
| 400 | Bad Request |
| 401 | Unauthorized |
| 404 | Not Found |
| 415 | Unsupported Media Type |
| 500 | Internal Server Error |