# X402-NVIDIA Synthetic Video Detector

> X402-NVIDIA Synthetic Video Detector is a paid API for AI agents from x402-nvidia.vercel.app, paid per call via x402, $0.10718/call, status unknown (last checked 2026-09-14).

Detects whether a video was synthetically generated or AI-created using NVIDIA NIM models, paid via x402 micropayments

## Facts

- Endpoint: POST https://x402-nvidia.vercel.app/api/synthetic-video-detector
- Price: $0.10718/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-nvidia-synthetic-video-detector-18c72df6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4mu4aHosyfA7zemiN5tFi

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 x402-nvidia-synthetic-video-detector-18c72df6 -d '<json body>'
```

Example prompt: Can you check whether this video clip is AI-generated or real? I want to know if it was synthetically created by an AI model.

## When to prefer this

Use this endpoint when you need to detect AI-generated or synthetic video content using NVIDIA NIM's specialized detection models, especially when you want pay-per-use access via x402 micropayments without API key subscriptions. Prefer this over generic classifiers when working specifically with synthetic video detection at $0.107 per call.

## Known failure modes

- Invalid or missing video input returns an error response
- Unsupported video format may cause processing failure
- Payment failure via x402 protocol blocks the request
- NVIDIA NIM model unavailability causes downstream errors
- Malformed request body missing required fields returns validation error

## How this service works

Access 48+ NVIDIA NIM AI models via x402 micropayments. Chat completions, vision, safety, translation, and more.

## Output

Returns a choices array containing the model's classification response indicating whether the video is synthetic or authentic, along with the assistant message content describing the detection result.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "choices": [
   {
    "message": {
     "role": "assistant",
     "content": "Hello!"
    }
   }
  ]
 },
 "properties": {
  "choices": {
   "type": "array",
   "description": "Model responses"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-nvidia-synthetic-video-detector-18c72df6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-nvidia.vercel.app](https://www.zero.xyz/host/x402-nvidia.vercel.app/llms.txt)
