Is there API to interact with storj programmatically?

Is there API which allow interacting with storj programmatically? If not now, any plan to release one?

Hi @emclab

Welcome to the forum, and thanks making your first post – you may be interested in this thread Storage node dashboard API

Thanks for the info. BTW where can I find the doc for the dashboard API?

What kind of doc you need ?

API document for developer

Hi @emclab,

I believe what you are looking for is the Developer API, the Go Library (uplink package - storj.io/storj/lib/uplink - Go Packages)

The Libuplink developer library is written for the Go language, and enables developers to start to integrate with the Storj object store programmatically. We’ve created this library to make it as easy as possible for developers to leverage decentralized object storage in their applications.

There are more than a number of reasons why you may wish to utilize decentralized storage over legacy alternatives, namely:

  • Better performance
  • Simple, and economical pricing
  • Ease of integration
  • Client-side encryption and key-based ownership of object data

Libuplink contains a number of interesting components, including pre-written code and subroutines, classes, values or type specifications, message templates, configuration walkthroughs, and great documentation.

Additional API bindings for Python, Swift, Android, .Net, and Node.JS can be found here: Storj Client Libraries | Storj Docs

2 Likes