# SociaVault Facebook Post Transcript

> SociaVault Facebook Post Transcript is a paid API for AI agents from social.gedx402.com, paid per call via x402, $0.122/call, status unknown (last checked 2026-09-14).

Fetches a transcript of a Facebook post given its URL, via SociaVault social data ingest, with a single x402 micropayment per call.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/facebook/post/transcript
- Price: $0.122/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sociavault-facebook-post-transcript-96ea4555
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_a7T2p1NKI8Ix7LL3JbaX5

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 sociavault-facebook-post-transcript-96ea4555
```

Example prompt: Can you get me the full transcript of this Facebook post: https://www.facebook.com/someuser/posts/123456789?

## When to prefer this

Use this endpoint when you need to programmatically extract the transcript or text content of a public Facebook post given its URL, especially in workflows requiring micropayment-gated social data ingestion via x402.

## Known failure modes

- Invalid or inaccessible Facebook post URL returns empty data or error
- Private/restricted posts may not be retrievable
- Payment failure via x402 results in 402 response and no data
- Malformed URL input may result in failed extraction
- Rate limits or provider-side failures may return success:false

## How this service works

SociaVault social data ingest — profile, posts, transcript, and full API proxy. One x402 payment per outcome.

## Output

A JSON object with a 'data' field containing the post transcript and content, a 'success' boolean, and 'provider' set to 'sociavault'.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "success": true,
  "provider": "sociavault"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sociavault-facebook-post-transcript-96ea4555/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)
