# GEDX402 Social – Transcript Outcome

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

Fetches a social media conversation transcript via SociaVault's x402 pay-per-outcome API proxy, returning the transcript as a structured JSON response.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/social/outcome/transcript
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-social-transcript-outcome-96aadcb8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Vy0hPlFxzTupPDv0oVDbu

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-transcript-outcome-96aadcb8
```

Example prompt: Pull the conversation transcript for that social media thread using SociaVault — limit the response to 512 tokens.

## When to prefer this

Choose this endpoint when you need to extract a raw conversation transcript from social media data and are comfortable with x402 micropayment per outcome. Best suited for one-off transcript retrievals rather than bulk scraping, and when you already have a messages payload to send to the SociaVault proxy.

## Known failure modes

- Payment not accepted or insufficient USDC balance — 402 response with payment requirements
- Missing or malformed messages array — 400 bad request
- max_tokens exceeded or invalid integer — 400 validation error
- Social data source unavailable or rate-limited — 503 or timeout
- Empty transcript returned if no matching social content found

## How this service works

Video/post transcript via SociaVault — POST { platform, url, ai_fallback? }. tiktok, instagram, youtube, facebook supported. ai_fallback uses 10 upstream credits. x402 settlement $0.02–$0.15.

## Output

A JSON object containing a model field ('sociavault') and a response field with the transcript text extracted from the social data source, delivered after a single x402 USDC payment of $0.15.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  },
  "platform": {
   "type": "string"
  },
  "ai_fallback": {
   "type": "boolean"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gedx402-social-transcript-outcome-96aadcb8/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)
