# NexusAPI URL Expander

> NexusAPI URL Expander is a paid API for AI agents from nexus-api-peach-nine.vercel.app, paid per call via x402, $0.144662/call, status unknown (last checked 2026-09-15).

Expands shortened or obfuscated URLs to reveal their full, original destination URLs

## Facts

- Endpoint: POST https://nexus-api-peach-nine.vercel.app/api/tools/url/expand
- Price: $0.144662/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexusapi-url-expander-12fe9221
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YhsD0OffoqBv7HR0nExhK

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 nexusapi-url-expander-12fe9221 -d '<json body>'
```

Example prompt: Can you expand this shortened URL and tell me where it actually goes: https://bit.ly/3xYz9qA?

## When to prefer this

Use this endpoint when you need to resolve shortened URLs (bit.ly, tinyurl, t.co, etc.) to their full destinations, especially before clicking unknown links, verifying shared URLs for safety, or extracting the true target of a redirect chain.

## Known failure modes

- Shortened URL no longer exists or has expired — returns error or null destination
- URL service is unreachable — network timeout or error response
- Input is already a full URL or not a valid URL — may return as-is or error
- Rate limiting or blocked by upstream URL shortener service

## How this service works

Crypto, AI, Social Media, Finance, Weather, Tools &amp; more. Pay per call in USDC on Base. No API keys.

## Output

The endpoint returns the full, expanded destination URL that the shortened or obfuscated link resolves to, potentially including intermediate redirect hops.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query or input parameter"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nexusapi-url-expander-12fe9221/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nexus-api-peach-nine.vercel.app](https://www.zero.xyz/host/nexus-api-peach-nine.vercel.app/llms.txt)
