# NexusAPI Color Convert

> NexusAPI Color Convert is a paid API for AI agents from nexus-api-virid.vercel.app, paid per call via x402, $0.120627/call, status unknown (last checked 2026-09-15).

Converts color values between different color formats and spaces (e.g. HEX, RGB, HSL, HSV, CMYK)

## Facts

- Endpoint: POST https://nexus-api-virid.vercel.app/api/tools/color/convert
- Price: $0.120627/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexusapi-color-convert-e0dc8534
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bvhX66bmBiaa5CIrwXe9N

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-color-convert-e0dc8534 -d '<json body>'
```

Example prompt: Can you convert the hex color #1A2B3C to its RGB and HSL equivalents?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call color format conversion without managing API keys. Ideal for agents that occasionally need to translate color codes across formats (HEX, RGB, HSL, CMYK) as part of design automation, CSS generation, or print workflows.

## Known failure modes

- Invalid or unrecognized color format string returns an error
- Malformed hex code (wrong length or non-hex characters) causes parsing failure
- Out-of-range RGB or HSL values may return an error or be clamped
- Ambiguous query string without a clear color value may return unexpected results

## How this service works

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

## Output

Returns the input color value converted into one or more alternative color format representations (e.g. HEX, RGB, HSL, HSV, CMYK), enabling use across different design, development, or print contexts.

## 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-color-convert-e0dc8534/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nexus-api-virid.vercel.app](https://www.zero.xyz/host/nexus-api-virid.vercel.app/llms.txt)
