Storedat API
  • Welcome to Storedat!
  • Decentralized Storage Overview
  • Getting started
  • Integrating a client
  • Reference
    • API Reference
      • Basics
      • Query
        • GetGlossaryTerm
        • GetDataFromArweave
        • GetDataFromFilecoin
        • GetData
      • Mutation
        • CreateData
        • UpdateData
Powered by GitBook
On this page
  • Endpoint URL
  • Public API Access
  • API Key protected Access
  • Rate limits
  1. Reference
  2. API Reference

Basics

This page will give you the necessary information needed to use the Storedat API

PreviousAPI ReferenceNextQuery

Last updated 2 years ago

Endpoint URL

Please use the following endpoint to communicate with the API

Public API Access

The following methods are available to the public for use without the need of an API Key (subject to )

API Key protected Access

While there is a set of public endpoints available for use as mentioned in the above section, the Storedat API requires that you have the following two headers for the , and methods (also subject to )

Header
Description

client-id

A identifier representing you as a user of the API. This will be provided to you upon signing up for the beta program

Authorization

Your API Key required to be able to interact with the service. This will be provided to you upon signing up for the beta program

The following should be passed into every request made to and

{
    "client-id": "your_client_id",
    "Authorization": "your_api_key"
}

Failure to do so or providing invalid credentials will lead to an error response from the server

Rate limits

There are rate limits in place on the Glosseta API to ensure fair use and to help avoid malicious attempts to bring down the service. Those rates are as follows:

Operation
Rate limit

Query

50 calls per minute cumulative of all read oriented operations

Mutation

10 calls per minute cumulative of all write oriented operations

These rate limits are subject to change but will be reflected in this documentation if a change does occur

https://perma.storedat.io/api/v1/graphql
GetGlossaryTerm
GetDataFromArweave
GetDataFromFilecoin
GetData
CreateData
UpdateData
GetData
CreateData
rate limits
rate limits