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.
Base URL
/api/v2.
Authentication
Every request requires anAuthorization: Bearer <token> header.
Content type
Request and response bodies are JSON. SendContent-Type: application/json on POST and PATCH.
Error envelope
Errors return a JSON object with adetail field:
detail:
Async processing
Endpoints that submit work (/scan, /batch) return immediately with a
status of processing and an estimated completion time. The final
result is delivered either by webhook to your callback_url or by
polling GET /api/v2/scans/{scan_id}.

