アイデンティティと検証 · DomScan製品

Web サイトのアイデンティティアセット APIリファレンス

公開 Web サイトから、根拠のあるロゴ、ファビコン、プレビューアセット、テーマカラー、申告されたプロフィールを抽出します。

得られるもの

公開 Web サイトから、根拠のあるロゴ、ファビコン、プレビューアセット、テーマカラー、申告されたプロフィールを抽出します。

同期一括RESTMCPSDK

この製品を選ぶ場面

対象ユーザー

フォーム処理を改善し、人手レビューを優先し、組織を補足し、Webサイト宣言の資産をつなぐために使います。

この製品を選ぶ場面

アイコン、プロフィール、組織関連リンクなど、Webサイトが宣言する公開アイデンティティ資産を収集するときに選びます。

得られるもの

公開 Web サイトから、根拠のあるロゴ、ファビコン、プレビューアセット、テーマカラー、申告されたプロフィールを抽出します。

エンドポイント

統合する前に、サポートされる操作、入力、出力、実行モード、レスポンス制限を確認してください。

GET /v1/identity-assets APIリファレンスを見る
POST /v1/identity-assets/bulk APIリファレンスを見る

クレジットと認証

2 認証が必要。正確な料金と項目ごとの料金については、操作リファレンスを確認してください。

操作例

文書化された操作を使って、公開証拠を収集、評価、補足、検証、比較、保護、監視します。

GET /v1/identity-assets

クエリパラメータ

パラメータ タイプ 必須
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 サイトのアイデンティティアセットのリクエストとレスポンスのリファレンスはどこで確認できますか?

Web サイトのアイデンティティアセットのAPIリファレンスで、パラメーター、レスポンスフィールド、例、ステータスコード、サポートされる操作モードを確認できます。

Web サイトのアイデンティティアセットの不明または不完全な結果はどのように解釈すべきですか?

不明または部分的な結果は、要求された証拠を完全には判定できなかったことを意味します。下流の判断では、結果の状態、信頼度、鮮度、制限を維持してください。

Web サイトのアイデンティティアセットの料金はどのように決まりますか?

料金は操作と実行モードによって異なります。現在のクレジット料金、認証要件、項目ごとのルールについては、エンドポイントリファレンスを確認してください。