# Stellastra **Provider:** Stellastra **Category:** security **Base URL:** `https://stellastra.com/api/` **Auth:** basic — `Authorization: Basic BASE64(username:password)` **Rate Limit:** Varies by plan **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://stellastra.com/contact-us ## Description Stellastra makes it easy to get reviews for your cybersecurity solution in real-time with its platform-agnostic REST API. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | POST | `https://stellastra.com/api//post-review` | Posts the user's review to Stellastra | ## Authentication HTTP Basic Auth — base64-encoded username:password ``` Authorization: Basic BASE64(username:password) ``` ## Sample Request ```bash curl -X GET 'https://stellastra.com/api//post-review' \ -H 'Authorization: Basic BASE64(username:password)' ``` ## Sample Response ```json {} ``` ## Pricing Details Freemium. Free tier for URL/domain security analysis. Paid for bulk and advanced. --- *Source: [API Map](https://apimap.dev/apis/stellastra/) — CC BY 4.0*