Jsmon Developer Platform

Everything you need to develop, integrate, and innovate with Jsmon

Sign up Log in

Get started in 5 minutes

Setting up your first Jsmon API call should be the easiest part of getting started. With clear endpoints, copy-paste-ready examples, and quick authentication, you’ll be up and running in minutes—not hours.

No guesswork, no complexity—just your first successful call, fast.

Get started API reference

curl
// Initialize Jsmon API Key
export JSMON_KEY=XXXX-XXXX-XXXX-XXXX

// Make your first Jsmon API call
curl -H 'X-Jsmon-Key:$JSMON_KEY' https://api.jsmon.sh/api/v2/viewProfile

// Do you first domain scan using Jsmon API
curl -X POST 'X-Jsmon-Key:$JSMON_KEY' -d '{"domain":"jsmon.sh"}' https://api.jsmon.sh/api/v2/automateScanDomain

Learn more about the developer platform

Read guides, watch tutorials, and learn more about hacking or defending with the Jsmon and integrating it with your own stack.

Product documentation contains a how-to-series showing particular customer use cases. Components group contains information about every page of Jsmon.

Guides Documentation

Join a community of over 3,000 users

Join our Discord or Slack community

J

Last updated