# Cybercentry Media Content Verification

> Cybercentry Media Content Verification is a paid API for AI agents from centry.cybercentry.co.uk, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Verifies and analyzes media content for authenticity, safety, or policy compliance via a pay-per-call API settled over x402

## Facts

- Endpoint: GET https://centry.cybercentry.co.uk/api/services/media_content_verification
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cybercentry-media-content-verification-92dd01e0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sUNbc_d6vO-CM2EgUe1wv

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability cybercentry-media-content-verification-92dd01e0
```

Example prompt: Can you run a media content verification check on this file using Cybercentry to tell me if it's authentic and passes content safety checks?

## When to prefer this

Choose this endpoint when an AI agent needs to verify or validate media content authenticity, check for manipulations or policy violations, or perform content safety checks as part of an automated workflow, especially when paying per-call via crypto (USDC on Base or Solana) using the x402 protocol is acceptable.

## Known failure modes

- Missing or malformed properties parameter returns an error or empty result
- Payment not settled via x402 on Base or Solana results in 402 Payment Required
- Demo/stub environment may return generic placeholder results rather than real analysis
- Network timeout if the media file is large or the service is under load
- Unsupported media type or format may yield an incomplete verification result

## How this service works

Check whether an image or video is authentic and where it came from: C2PA content credentials, provenance and metadata extraction, with an avatar and logo impersonation check. Detect AI-generated or tampered media before trusting it

## Output

Returns a JSON object with a status field (e.g. 'completed') and a results object containing a service identifier and verification outcome notes indicating whether the media content passed or failed checks.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "completed",
  "results": {
   "note": "demo result",
   "service": "media_content_verification"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cybercentry-media-content-verification-92dd01e0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from centry.cybercentry.co.uk](https://www.zero.xyz/host/centry.cybercentry.co.uk/llms.txt)
