search hotlink icon profile hotlink icon

On This Page

The API provides access to public and private resources, with rate limits applied to all requests. Authenticate by adding an account access token to your requests to access private resources or use higher rate limits.

Account Access Token

From your account settings, generate an account access token.

Request Header

Include your account access token in the Authorization header using the Bearer scheme:

curl --header "Authorization: Bearer <your_token>" \
    --url "https://api.valvoid.com/v1/..." \
    ...

Requests per Minute

Rate limits protect the API from excessive or abusive traffic while allowing normal usage without interruption.

  • Public: 1000 requests/minute
  • Authenticated: 2000 requests/minute