About this endpoint
What it does
Builds a complete profile for a target domain or URL by analyzing the value you provide in the request body and returning a JSON object. The response schema is not further defined, so the exact output fields are not documented here.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| target | String | Yes | URL or domain to analyze. |
| classify_top_k | Integer | No | Default: 3; minimum: 1; maximum: 20. |
| top_k_keywords | Integer | No | Default: 10; minimum: 1; maximum: 30. |
Response
Returns a JSON object, but the success schema is not defined beyond allowing additional properties. The response shape and field names are not documented in the schema.