対象ユーザー
フォーム処理を改善し、人手レビューを優先し、組織を補足し、Webサイト宣言の資産をつなぐために使います。
プロダクト、目的、エンドポイントパス、APIトピックを試してください。
公開 Web サイトから、根拠のあるロゴ、ファビコン、プレビューアセット、テーマカラー、申告されたプロフィールを抽出します。
フォーム処理を改善し、人手レビューを優先し、組織を補足し、Webサイト宣言の資産をつなぐために使います。
アイコン、プロフィール、組織関連リンクなど、Webサイトが宣言する公開アイデンティティ資産を収集するときに選びます。
公開 Web サイトから、根拠のあるロゴ、ファビコン、プレビューアセット、テーマカラー、申告されたプロフィールを抽出します。
統合する前に、サポートされる操作、入力、出力、実行モード、レスポンス制限を確認してください。
2 認証が必要。正確な料金と項目ごとの料金については、操作リファレンスを確認してください。
文書化された操作を使って、公開証拠を収集、評価、補足、検証、比較、保護、監視します。
| パラメータ | タイプ | 必須 |
|---|---|---|
| domain | string | 必須 |
| skip_cache |
string
許可された値
1
|
オプション |
| フィールド | タイプ |
|---|---|
domain |
string |
website_url |
string |
fetch_state |
string |
organization_name |
string | null |
assets |
object |
assets.logo_url |
string | null |
assets.logo_kind |
string | null |
assets.logo_source |
string | null |
assets.logo_verification |
string | null |
assets.favicon_url |
string | null |
assets.touch_icon_url |
string | null |
assets.preview_image_url |
string | null |
assets.manifest_url |
string | null |
assets.theme_color |
string | null |
assets.candidates[] |
object[] |
assets.candidates[] |
object |
assets.candidates[].url |
string |
assets.candidates[].kind |
string |
assets.candidates[].source |
string |
assets.candidates[].type |
string | null |
assets.candidates[].sizes |
string | null |
assets.candidates[].score |
integer |
assets.candidates[].confidence |
string |
social_profiles[] |
object[] |
social_profiles[] |
object |
social_profiles[].platform |
string |
social_profiles[].type |
string |
social_profiles[].handle |
string | null |
social_profiles[].url |
string |
social_profiles[].source |
string |
social_profiles[].confidence |
string |
confidence |
number |
evidence[] |
string[] |
meta |
object |
meta.checked_at |
string |
meta.cached |
boolean |
meta.fetch_transport |
string |
meta.fetch_error |
string |
curl -H "X-API-Key: $DOMSCAN_API_KEY" "https://domscan.net/v1/identity-assets?domain=example.com&skip_cache=1"
{
"domain": "example.com",
"website_url": "https://example.com",
"fetch_state": "ok",
"assets": {
"logo_url": "https://example.com",
"logo_kind": "logo",
"logo_source": "public_data",
"logo_verification": "verified",
"favicon_url": "https://example.com",
"touch_icon_url": "https://example.com",
"preview_image_url": "https://example.com",
"manifest_url": "https://example.com",
"theme_color": "example",
"candidates": [
{
"url": "https://example.com",
"kind": "example",
"source": "public_data",
"type": "domain",
"sizes": "example",
"score": 85,
"confidence": "high"
}
]
},
"social_profiles": [
{
"platform": "github",
"type": "social",
"url": "https://example.com",
"source": "same_as",
"confidence": "high",
"handle": "example"
}
],
"confidence": 0.85,
"evidence": [
"example"
],
"meta": {
"checked_at": "2026-08-27T12:00:00Z",
"cached": false,
"fetch_transport": "worker",
"fetch_error": "timeout"
},
"organization_name": "example"
}
レビュー済み: 2026-08-22
Web サイトのアイデンティティアセットのAPIリファレンスで、パラメーター、レスポンスフィールド、例、ステータスコード、サポートされる操作モードを確認できます。
不明または部分的な結果は、要求された証拠を完全には判定できなかったことを意味します。下流の判断では、結果の状態、信頼度、鮮度、制限を維持してください。
料金は操作と実行モードによって異なります。現在のクレジット料金、認証要件、項目ごとのルールについては、エンドポイントリファレンスを確認してください。