# GEDX402 Social – SociaVault Threads Post Fetcher

> GEDX402 Social – SociaVault Threads Post Fetcher 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-15).

Fetches a single Threads post's data via SociaVault, paid per-call with x402 micropayment.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/threads/post
- Price: $0.014/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-social-sociavault-threads-post-fetcher-7b483696
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_v7Xvyxzs130jEqI5zvM0V

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-threads-post-fetcher-7b483696
```

Example prompt: Fetch the Threads post at https://www.threads.net/@example/post/abc123 using SociaVault and give me the full post content — use trim mode to clean it up.

## When to prefer this

Use this endpoint when you need to programmatically fetch structured data for a specific Threads post by URL, especially in automated agent workflows that support x402 micropayments. Prefer this over manual scraping or other social data APIs when you want a pay-per-call model with no subscription and direct SociaVault proxy access to Threads content.

## Known failure modes

- Invalid or inaccessible Threads URL returns an error or empty data object
- Payment failure via x402 results in a 402 response before data is returned
- Private or deleted post URLs may return empty data with success:false
- Malformed URL input may result in a 400-level error
- SociaVault provider downtime may cause 500-level errors

## How this service works

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

## Output

Returns a JSON object with a `data` field containing the fetched Threads post content, a `success` boolean, and a `provider` field confirming 'sociavault'. The `data` object contains post details such as text, author, engagement metrics, and metadata.

## Request schema (JSON Schema)

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

## 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/gedx402-social-sociavault-threads-post-fetcher-7b483696/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)
