ricohapi / media-storage-rest

1 stars 2 forks source link
theta-iot

Ricoh Media Storage REST API

Ricoh Media Storage service is a cloud-based storage service provided by Ricoh Company, Ltd.

Developers can access Ricoh Media Storage service features listed below, via its APIs.

Requirements

You need

If you don't have them, please register them at THETA Developers Website.

Access Token

Before a client can call a Media Storage API, the client needs to obtain an access token.
Please refer to the following document.

An obtained access token should be set in the Authorization header of every API request.

curl --request GET 'https://mss.ricohapi.com/v1/media' \
    --header 'Authorization: Bearer <access token>'

APIs

API Console

You can play with the Ricoh Media Storage REST API using its API Console.