# KiHustle OpenGraph Generator

> KiHustle OpenGraph Generator is a paid API for AI agents from kihustle.tech, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-13).

Generates OpenGraph metadata tags for a given URL, title, and content to enable rich social media previews

## Facts

- Endpoint: POST https://kihustle.tech/agents/api/v1/opengraph-generator
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kihustle-opengraph-generator-02b7048f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Tc4w902VIIOzfYTtF8rk5

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 kihustle-opengraph-generator-02b7048f -d '<json body>'
```

Example prompt: Generate OpenGraph metadata for my article titled 'Top 5 AI Side Hustles in 2025' at https://kihustle.tech/article/ai-side-hustles — the content is about using AI tools to build passive income streams online.

## When to prefer this

Choose this endpoint when you need to programmatically generate OpenGraph social preview metadata for web pages or articles, especially for content sites, blogs, or publishing pipelines that need automated og:title/description/image metadata without building custom SEO tooling.

## Known failure modes

- Missing required fields (url, title, or content) may result in incomplete or invalid OG tag generation
- Invalid or malformed URL input could cause processing errors
- Empty content string may result in generic or low-quality metadata output
- Network or server error returns non-success status

## How this service works

Kostenlose Guides, Solo-Playbooks und Artikel zu KI, Automation und Side Hustles — für Menschen, die mit echten Systemen online Einkommen aufbauen wollen. Transparent finanziert über faire Affiliate-Links.

## Output

Returns a JSON object with a 'result' field containing the processed OpenGraph metadata and a 'status' field indicating success or failure of the generation.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "result": "processed",
  "status": "success"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kihustle-opengraph-generator-02b7048f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kihustle.tech](https://www.zero.xyz/host/kihustle.tech/llms.txt)
