# OmniAPI LinkedIn Post Creator

> OmniAPI LinkedIn Post Creator is a paid API for AI agents from omni-api-cyan.vercel.app, paid per call via x402, $0.086754/call, status unknown (last checked 2026-09-15).

Generates or publishes a LinkedIn post from a given query or topic input, paid per call via USDC x402

## Facts

- Endpoint: POST https://omni-api-cyan.vercel.app/api/ai/linkedin/post
- Price: $0.086754/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/omniapi-linkedin-post-creator-138cb307
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_T7XCZCdTIR6lOXLXYQ1YT

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 omniapi-linkedin-post-creator-138cb307 -d '<json body>'
```

Example prompt: Write me a professional LinkedIn post about the impact of AI on supply chain management — make it engaging and suitable for a thought leadership audience.

## When to prefer this

Choose this endpoint when you need to quickly generate professional LinkedIn post content programmatically and are willing to pay per call in USDC via x402. It is suited for agents automating social media workflows, content pipelines, or one-off professional post drafts without needing a full LinkedIn API integration.

## Known failure modes

- Missing required 'query' field returns a validation error
- Vague or empty query may result in generic or low-quality post output
- Payment failure via x402 (insufficient USDC balance) blocks the call
- Service downtime on the Vercel deployment may return 503 errors
- Overly long input may be truncated or cause unexpected output

## How this service works

444 endpoints across 9+ chains. Crypto, AI, Social, Finance, Weather, Tools. Pay per call in USDC via x402 with 4 facilitators: Dexter, Meridian, FluxA, GoPlausible.

## Output

Returns generated LinkedIn post content as a text response, ready to copy and publish or use as a draft for a LinkedIn update.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Input data for the endpoint"
  },
  "query": {
   "type": "string",
   "description": "Search query or input text"
  },
  "params": {
   "type": "object",
   "description": "Additional parameters"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "API response data"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/omniapi-linkedin-post-creator-138cb307/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from omni-api-cyan.vercel.app](https://www.zero.xyz/host/omni-api-cyan.vercel.app/llms.txt)
