/get
Description
The view can be used by simply pasting the full url into a browser window or if using a GET request within your codebase
Sample GET Request
After uploading a file a successful response will include a url. That url contains the locator ID in it. To programmatically send a request you simply need to make a GET request to our api base url http://ipfs.ordo.so/api/v1/ipfs/
with the locator id appended to the end of it. If you are storing the full url in your database, you simply can use that url in the GET request. Below is a basic example using javascript.
Authentication is shown in the example below but is NOT required for most users. Only files marked as private during the upload require authentication. Currently this feature is not enabled during our beta testing without prior approval.
Failed Responses
All failed responses will receive a 404 response.
Last updated