Skip to main content
POST
Start persisted tech stack analysis

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Key
string | null

Path Parameters

project_id
string<uuid>
required

Body

application/json

Request body for starting a persisted domain lookup.

domain
string | null

Domain to analyze. Defaults to the project's configured domain. Must match the project domain if set.

lookup_type
string
default:overview

'overview' or 'tech_stack'

Response

Successful Response

success
boolean
default:true
data
DomainLookupResponse · object | null

Full domain lookup record including all JSONB data columns.