# KiHustle OpenGraph Image Ratio Check

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

Checks and validates the aspect ratio of OpenGraph images given a text input, returning a processed result

## Facts

- Endpoint: POST https://kihustle.tech/nexus/api/v1/opengraph-image-ratio-check
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kihustle-opengraph-image-ratio-check-6148f3ea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7oSa8WTBWgw0HLCNaZdqo

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-image-ratio-check-6148f3ea -d '<json body>'
```

Example prompt: Can you check whether the OpenGraph image ratio is correct for this page — pass in the text 'https://kihustle.tech/blog/ki-side-hustle' and tell me if the ratio result comes back as processed and successful?

## When to prefer this

Use this endpoint when you need a quick, low-cost programmatic check of OpenGraph image aspect ratios as part of an SEO or content publishing workflow. Prefer this over manual inspection when automating metadata validation pipelines for web pages or blog posts.

## Known failure modes

- Missing or empty text input returns an error or unexpected result
- Invalid or malformed text may result in a failed processing status
- Network timeout if the service is unavailable
- Unexpected non-success status if the image ratio is invalid or cannot be determined

## 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 (e.g. 'processed') and a 'status' field (e.g. 'success'), indicating whether the OpenGraph image ratio check was completed successfully.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "text": {
   "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-image-ratio-check-6148f3ea/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)
