P

Probely

by Probely Free tier

Web vulnerability scanning API for automated security testing, continuous scanning of web applications, and lifecycle management of discovered vulnerabilities.

securityvulnerabilityscanningappsec

Quick Reference

Base URL https://api.probely.com Auth type Bearer Token Auth header Authorization: JWT YOUR_TOKEN Rate limit See documentation Pricing Free tier available Free quota Free trial available Documentation https://developers.probely.com/ Endpoint status Live — HTTP 200 — endpoint is accessible5.67s (checked Mar 29, 2026) Builder score C 64% builder-friendly
Pricing
90
Latency
20
Depth
78

Authentication

JWT token in the Authorization header

Authorization: JWT YOUR_TOKEN

Pricing

Model freemium Starting price Free tier available Free quota Free trial available

Free trial with limited scans; paid plans for continuous scanning.

Key Endpoints

MethodPathDescription
GET /targets/ List all scan targets
POST /targets/ Create a scan target
POST /targets/{id}/scan/ Start a scan
GET /targets/{id}/findings/ List findings for a target
GET /targets/{id}/scans/ List scans for a target
POST /auth/obtain/ Obtain an auth token
GET /account/ Get account information
GET /billing/ Get billing information

Sample Request

curl -X GET 'https://api.probely.com/targets/' \
  -H 'Authorization: JWT YOUR_TOKEN'

Sample Response

{"count":2,"results":[{"id":"abc","name":"My Website","url":"https://example.com","last_scan":{"status":"completed"}}]}

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