# Lone Star Oracle Content Repurposing

> Lone Star Oracle Content Repurposing is a paid API for AI agents from content.lonestaroracle.xyz, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Converts any URL into platform-ready content: a LinkedIn post, three tweets, a newsletter blurb, and an SEO summary

## Facts

- Endpoint: POST https://content.lonestaroracle.xyz/repurpose
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lone-star-oracle-content-repurposing-942b160c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TfRXa8KwB4VqFUj7SEe9c

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 lone-star-oracle-content-repurposing-942b160c -d '<json body>'
```

Example prompt: Take this blog post URL (https://example.com/my-post) and repurpose it into a LinkedIn post, three tweets, a newsletter blurb, and an SEO summary — all ready to copy and paste.

## When to prefer this

Choose this endpoint when you need to quickly distribute a single piece of web content across multiple platforms (LinkedIn, Twitter, email newsletter, SEO) in one call. It is ideal for content marketers, newsletter operators, and social media managers who want to repurpose articles or blog posts without writing separate copy for each channel. Prefer it over general-purpose LLM prompting when you want a consistent, structured output that covers all five formats simultaneously at a fixed low cost.

## Known failure modes

- URL is inaccessible, paywalled, or returns an error — content cannot be fetched
- URL points to a non-text resource (PDF without text layer, video, image) — extraction may fail
- URL content is too short or thin to generate meaningful multi-format output
- Network timeout when fetching the URL — returns an error
- Invalid or malformed URL — returns a validation error

## How this service works

Content repurposing — turns any URL into a LinkedIn post, 3 tweets, newsletter blurb, and SEO summary

## Output

A structured response containing five pieces of content derived from the input URL: a LinkedIn post, three individual tweets, a newsletter blurb, and an SEO summary — all formatted and ready for publishing.

## Request schema (JSON Schema)

```json
{
 "name": "ContentForge — LoneStarOracle",
 "tags": [
  "content",
  "repurpose",
  "social",
  "marketing",
  "seo"
 ],
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object",
     "required": [
      "url"
     ],
     "properties": {
      "url": {
       "type": "string",
       "description": "YouTube video or article URL to repurpose"
      },
      "tone": {
       "type": "string",
       "description": "Optional: professional, casual, or witty (default: professional)"
      }
     }
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "type": "string",
     "const": "json"
    }
   }
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {}
   }
  }
 },
 "description": "Repurposes any URL (YouTube video, blog post, article) into LinkedIn post, 3 tweets, newsletter blurb, and SEO summary. $0.15 USDC per job."
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lone-star-oracle-content-repurposing-942b160c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from content.lonestaroracle.xyz](https://www.zero.xyz/host/content.lonestaroracle.xyz/llms.txt)
