Skip to main content
POST
Search asset

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, and createdAt.
  • takedown - Takedown metadata (id, status, timestamps) plus a tasks array. Each task has type, status, retractionStatus, the associated takedownProvider name, submission/retraction timestamps, and an optional externalId for the provider’s tracking ID. Learn more about takedown tasks.
  • blockedBy - List of platforms currently consuming (blocking) the asset. Each entry has a consumer slug (e.g. metamask, google-safe-browsing, quad9), the platform’s display name, and a consumedAt timestamp indicating when the platform started blocking the asset.

Quick Start

Authentication

Include your API key in the X-API-KEY header:

Authorizations

X-API-KEY
string
header
required

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.

Body

application/json
content
string
assetId
integer

Response

Successful response

asset
object | null
required
reports
object[]
required
takedown
object | null
required
blockedBy
object[]
required