Skip to main content

Spectra Assure Community API

The Spectra Assure Community API helps you automate the features available on the secure.software website.

Benefits of Spectra Assure Community API​

Spectra Assure Community API provides access to the data and features available on the secure.software website, allowing users to automate common actions, speed up their workflows, and build custom integrations.


With the Spectra Assure Community API, you can:

Read the full API reference docs for a detailed overview of all supported API features.

API usage tiers and limits​

Usage tierAuthenticationLimitsBase URLResponse type
Community FreeToken-based100k requests per month; 10 tokens per user accounthttps://data.reversinglabs.com/api/oss/community/v2/freeError responses in text/plain
Community EnterpriseBasic (username and password)Community account limits applyhttps://data.reversinglabs.com/api/oss/community/v2Error responses in application/json
Portal EnterpriseToken-basedPortal account limits applyhttps://{portalUrl}/api/public/v1/community/Error responses in application/json
Spectra Intelligence EnterpriseBasic (username and password)ReversingLabs Cloud account limits applyhttps://data.reversinglabs.com/api/oss/community/v2/Error responses in text/plain

Get started with the Community API​

  • Create a user account on the Spectra Assure Community website, or use your existing GitHub or Google account to sign into the Community website.

  • In your user profile on the Community website, create an access token. Provide a custom name for your token. Set the token expiration date or use the default value.

  • When a token is generated, it’s displayed only once. Copy the token and store it in a safe place. This is the only way to obtain the token you just created!

  • Use the token you copied and saved to send your first API request.