S

Stellastra

by Stellastra Free tier

Stellastra makes it easy to get reviews for your cybersecurity solution in real-time with its platform-agnostic REST API.

securitystellastra

Quick Reference

Base URL https://stellastra.com/api/ Auth type Basic Auth Auth header Authorization: Basic BASE64(username:password) Rate limit Varies by plan Pricing Enterprise / contact sales Free quota None Documentation https://stellastra.com/contact-us Endpoint status Server online — HTTP 404 — server is online but path returned an error (may require auth)6.03s (checked Mar 29, 2026) Builder score D 23% builder-friendly
Pricing
28
Latency
10
Depth
28

Authentication

HTTP Basic Auth — base64-encoded username:password

Authorization: Basic BASE64(username:password)

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Freemium. Free tier for URL/domain security analysis. Paid for bulk and advanced.

Key Endpoints

MethodPathDescription
POST /post-review Posts the user's review to Stellastra

Sample Request

curl -X GET 'https://stellastra.com/api//post-review' \
  -H 'Authorization: Basic BASE64(username:password)'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Stellastra documentation.