# NexusAPI Color Convert

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

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

## Facts

- Endpoint: POST https://nexus-api-peach-nine.vercel.app/api/tools/color/convert
- Price: $0.070734/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexusapi-color-convert-7373ef99
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qOlA3JoOdG1xuxzHLAz40

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-7373ef99 -d '<json body>'
```

Example prompt: Convert the color #1A73E8 from hex to RGB format for me.

## When to prefer this

Use this endpoint when you need a quick, pay-per-call color format conversion without setting up API keys. Ideal for agents that need to translate color codes between web (hex/RGB) and design (HSL/CMYK) formats on demand.

## Known failure modes

- Invalid or malformed color string returns an error or empty result
- Unsupported color format combination may yield no output
- Missing query field results in a 400 bad request
- Payment failure via x402 returns a 402 response blocking the call

## 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 represented in one or more alternative color formats, such as RGB triplets, HSL values, CMYK percentages, or hex codes depending on the conversion requested.

## 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-7373ef99/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)
