Search asset
Assets
Asset Search
Search for an asset by content or ID and get its status, associated reports, and takedown details
POST
Search asset
Documentation Index
Fetch the complete documentation index at: https://chainpatrol-knowledge-update-hosting-providers-list-1775664.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Asset Search endpoint returns a single result with four main parts:- asset - The matched asset: its
id,content,type,status,watchStatus, and timestamps (createdAt,updatedAt). - reports - List of reports linked to the asset, each with
id,title,status, andcreatedAt. - takedown - Takedown metadata (
id,status, timestamps) plus a tasks array. Each task hastype,status,retractionStatus, the associatedtakedownProvidername, submission/retraction timestamps, and an optionalexternalIdfor the provider’s tracking ID. Learn more about takedown tasks. - blockedBy - List of platforms currently consuming (blocking) the asset. Each entry has a
consumerslug (e.g.metamask,google-safe-browsing,quad9), the platform’s displayname, and aconsumedAttimestamp indicating when the platform started blocking the asset.
Quick Start
Authentication
Include your API key in theX-API-KEY header:
Authorizations
Your API key. This is required by most endpoints to access our API programatically. Reach out to us at support@chainpatrol.io to get an API key for your use.