# OmniAPI Time Conversion

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

Converts a time value or expression from one timezone or format to another via a natural language query

## Facts

- Endpoint: POST https://omni-api-cyan.vercel.app/api/tools/convert/time
- Price: $0.128098/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/omniapi-time-conversion-38574d7c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xpY11vUO4DnDLlx8zLK6Y

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-time-conversion-38574d7c -d '<json body>'
```

Example prompt: Convert 3:30pm Eastern Time to Tokyo time for me.

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call time or timezone conversion without setting up a dedicated time library, or when embedding timezone conversion into an agent workflow that already uses OmniAPI's x402 payment infrastructure.

## Known failure modes

- Ambiguous time zone name causes incorrect conversion
- Malformed or unrecognizable time string returns error
- Missing required 'query' field returns 400 validation error
- Unsupported time format not parsed correctly
- Payment failure via x402 returns 402 before processing

## 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 the converted or reformatted time value based on the input query, typically including the resulting time in the requested timezone or format as a structured API response object.

## 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-time-conversion-38574d7c/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)
