# Omnicall X/Twitter Profile Snapshot

> Omnicall X/Twitter Profile Snapshot is a paid API for AI agents from omnicall.gocreativeai.com, paid per call via x402, $0.04/call, status unknown (last checked 2026-09-13).

Returns a real-time snapshot of a Twitter/X user profile including follower count, bio, verified status, post count, and following count for any given handle.

## Facts

- Endpoint: GET https://omnicall.gocreativeai.com/v1/x/:var1
- Price: $0.04/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/omnicall-x-twitter-profile-snapshot-1a75b8f1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_a7yE4zkUcXEVBzhd1DIn7

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 omnicall-x-twitter-profile-snapshot-1a75b8f1
```

Example prompt: Pull up the Twitter profile snapshot for @elonmusk — I need their follower count, bio, verified status, post count, and following count right now.

## When to prefer this

Use this endpoint when you need fast, keyless, pay-per-call access to Twitter/X profile data without setting up Twitter API credentials. Ideal for agents doing one-off social intelligence lookups, influencer vetting, lead enrichment, or reputation research on X handles. Prefer this over the official Twitter API when you want zero-setup, USDC micropayment-based access at $0.04 per call.

## Known failure modes

- Handle not found or account suspended — likely returns a 404 or empty result
- Private/protected account may not return full profile data
- Rate limits or upstream X/Twitter API restrictions causing timeouts
- Payment failure in USDC (x402) preventing the call from completing
- Malformed or non-existent handle returning an error response

## How this service works

X/Twitter profile — followers, bio, verified status, post & following counts for any handle. Pay-per-call USDC, no key. For social, lead-gen and research agents.

## Output

A structured profile snapshot for the requested Twitter/X handle, containing: follower count, bio text, verified status (boolean), total post/tweet count, and following count. Data is fetched in real time from X/Twitter.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "input"
     ],
     "properties": {
      "input": {
       "type": "string",
       "description": "endpoint argument"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/omnicall-x-twitter-profile-snapshot-1a75b8f1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from omnicall.gocreativeai.com](https://www.zero.xyz/host/omnicall.gocreativeai.com/llms.txt)
