Docs / Shared / Quickstart

Quickstart

Sign up, copy the key, call the endpoint. Three minutes to the first row.

Your first request

One header, one endpoint. Keys are live the moment you confirm your email.

curl -G https://api.softon.dev/v1/jobs \
  -H "Authorization: Bearer $SOFTON_KEY" \
  -d q=golang -d limit=5

The same snippet works against every dataset — swap the path and the filters.