# Cambrian x402 Influencer Credibility API

> Cambrian x402 Influencer Credibility API is a paid API for AI agents from x402.cambrian.org, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns credibility and trustworthiness signals for social media influencers, pay-per-use via blockchain micropayment.

## Facts

- Endpoint: GET https://x402.cambrian.org/deep42/social-data/influencer-credibility
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cambrian-x402-influencer-credibility-api-adc26b50
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GO0xV5FpknivDjUECG-TB

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 cambrian-x402-influencer-credibility-api-adc26b50
```

Example prompt: Can you check how credible the influencer @elonmusk is on social media — I want to know if they're trustworthy before we consider a brand partnership?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-use credibility signal for a specific social media influencer without committing to a subscription. It is ideal for autonomous agents running brand safety checks, fraud detection pipelines, or influencer vetting workflows where you only pay $0.05 per lookup. Prefer this over full social analytics platforms when you need lightweight credibility scoring rather than deep engagement analytics.

## Known failure modes

- Unknown or non-existent influencer handle returns empty array or 404
- Payment failure or insufficient USDC balance blocks the request
- Missing required query parameters returns a validation error
- Rate limiting if too many requests are sent in quick succession
- Stale or unavailable social data may return incomplete credibility signals

## How this service works

Pay-per-use blockchain and social data for autonomous agents.

## Output

Returns an array containing credibility and trustworthiness signals for the queried influencer, which may include authenticity scores, engagement quality metrics, risk flags, and other reputation indicators relevant to assessing the influencer's legitimacy.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "queryParams": {
     "type": "object",
     "additionalProperties": true
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "array"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "array"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cambrian-x402-influencer-credibility-api-adc26b50/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.cambrian.org](https://www.zero.xyz/host/x402.cambrian.org/llms.txt)
