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:
Search for software packages across all software package repositories supported by Community
Get detailed report information about a specific software package version
Retrieve metadata for one or more versions of a software package
Read the full API reference docs for a detailed overview of all supported API features.
API usage tiers and limitsβ
| Usage tier | Authentication | Limits | Base URL | Response type |
|---|---|---|---|---|
| Community Free | Token-based | 100k requests per month; 10 tokens per user account | https://data.reversinglabs.com/api/oss/community/v2/free | Error responses in text/plain |
| Community Enterprise | Basic (username and password) | Community account limits apply | https://data.reversinglabs.com/api/oss/community/v2 | Error responses in application/json |
| Portal Enterprise | Token-based | Portal account limits apply | https://{portalUrl}/api/public/v1/community/ | Error responses in application/json |
| Spectra Intelligence Enterprise | Basic (username and password) | ReversingLabs Cloud account limits apply | https://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.