You’ll need a Tumban account with an active organization. Sign in to the dashboard before you start.Documentation Index
Fetch the complete documentation index at: https://docs.tumban.com/llms.txt
Use this file to discover all available pages before exploring further.
Create an API key
From the dashboard, generate an API key. The raw key (
sk_…) is shown
exactly once — copy it now and store it in your secret manager.See Create API key for the equivalent API call.Submit a scan
Send the profile URL and a Response:
callback_url you control. The response
returns immediately with a scan_id.Receive the result
A scan typically completes in under two minutes. You can either:
- Wait for the webhook at your
callback_url— see Webhook payload. - Poll
GET /api/v2/scans/{scan_id}untilstatusis one ofcompleted,completed_with_partial, orfailed.
recommendation, risk_score, confidence,
reason_codes, and evidence_index. See
Recommendations for how to act on each
tier.Next steps
Configure a default callback
Avoid sending
callback_url on every request.Verify webhook signatures
Confirm every payload was sent by Tumban.
Submit a batch
Submit multiple profiles in a single request.
Read scan results
The full triage report shape.

