# OmniAPI URL Expander

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

Expands a shortened or obfuscated URL to reveal its full, original destination URL

## Facts

- Endpoint: POST https://omni-api-cyan.vercel.app/api/tools/url/expand
- Price: $0.044501/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/omniapi-url-expander-380e8f82
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jQeeXOp2jZ9rmkXvhwR5r

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-url-expander-380e8f82 -d '<json body>'
```

Example prompt: Can you expand this shortened link for me and tell me where it actually goes: https://bit.ly/3xK9mZq

## When to prefer this

Use this endpoint when you need to programmatically resolve shortened, aliased, or redirect-chained URLs to their true destinations — especially useful for security screening, link auditing, or extracting canonical URLs from marketing or social media links. Prefer this over manual browser checks when processing URLs in bulk or within an automated workflow.

## Known failure modes

- URL does not exist or has expired — returns error or empty result
- Network timeout when following redirect chain
- Malformed or non-URL query input returns validation error
- Destination URL is behind a login wall and cannot be fully resolved
- Rate limiting or payment failure via x402 protocol

## 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

The fully resolved, expanded URL that the shortened or aliased link points to, potentially including intermediate redirect steps and the final destination address.

## 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-url-expander-380e8f82/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)
