# GEDX402 Social – SociaVault Profile Outcome

> GEDX402 Social – SociaVault Profile Outcome is a paid API for AI agents from social.gedx402.com, paid per call via x402, $0.014/call, status unknown (last checked 2026-09-14).

Retrieves a social profile via SociaVault's x402-gated data ingest, charging one USDC payment per successful outcome.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/social/outcome/profile
- Price: $0.014/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-social-sociavault-profile-outcome-a2d415e9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2Pmv6tjGX67XEuPq-x_FV

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 gedx402-social-sociavault-profile-outcome-a2d415e9
```

Example prompt: Pull the SociaVault social profile outcome for the user I'm analyzing — use up to 512 tokens and charge the x402 payment automatically.

## When to prefer this

Use this endpoint when you need to retrieve social profile data through a pay-per-outcome model using x402 micropayments, particularly when integrating SociaVault's social data ingest into an automated AI pipeline that requires verifiable, per-call billing.

## Known failure modes

- Payment not accepted or x402 handshake fails — endpoint returns 402 Payment Required
- Invalid or missing messages array — returns 400 Bad Request
- Profile not found or inaccessible — returns empty or error response body
- max_tokens too large — may return truncated response or error
- Rate limiting or quota exceeded — returns 429 Too Many Requests

## How this service works

Social profile ingest via SociaVault on social.gedx402.com — POST { platform, handle? | user_id? | url? | channelId? | subreddit? } or GET ?platform=&handle=. Platforms: tiktok, instagram, youtube, twitter, facebook, linkedin, reddit, threads. x402 settlement USDC per request (see npm run pricing:report). Hero: GET /heroes/social-profile.

## Output

Returns a JSON object with a model field set to 'sociavault' and a response field containing the retrieved social profile data or outcome payload from the SociaVault ingest pipeline.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  },
  "handle": {
   "type": "string"
  },
  "user_id": {
   "type": "string"
  },
  "platform": {
   "type": "string"
  },
  "channelId": {
   "type": "string"
  },
  "subreddit": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "outcome": "profile",
  "success": true,
  "platform": "tiktok"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gedx402-social-sociavault-profile-outcome-a2d415e9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from social.gedx402.com](https://www.zero.xyz/host/social.gedx402.com/llms.txt)
