# CIEL Code Translate API

> CIEL Code Translate API is a paid API for AI agents from 169.58.38.67.sslip.io, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-18).

Translates code snippets from one programming language to another via a micro-service endpoint.

## Facts

- Endpoint: GET https://169.58.38.67.sslip.io/api/code-translate
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-18
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ciel-code-translate-api-5abd750a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_A6f7eZHqxD9l-ifx-LlsU

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 ciel-code-translate-api-5abd750a
```

Example prompt: Can you translate this Python function into JavaScript for me? Here's the code: `def add(a, b): return a + b`

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call code translation between programming languages without a subscription overhead. It is well-suited for AI agents that occasionally need to port snippets and want to pay micro-amounts via USDC on Base (x402) rather than maintaining an API key subscription. Prefer this over general-purpose LLM translation when you want a dedicated, reproducible micro-service for code conversion tasks.

## Known failure modes

- Unsupported source or target language returns an error or empty result
- Malformed or syntactically invalid input code may produce incorrect translation
- Ambiguous or context-dependent code may yield semantically incorrect output
- Missing required properties parameter returns a generic or failed response
- Network timeout due to IP-based hosting (no domain name) may cause intermittent failures

## How this service works

50+ micro-services for AI agents: data parsing, crypto analytics, security scanning, code tools, and more. Pay per call via x402 (USDC on Base) or RapidAPI subscription.

## Output

Returns a JSON object containing the translated code result, with the converted code snippet in the target programming language under a 'result' field.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "result": "data"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ciel-code-translate-api-5abd750a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 169.58.38.67.sslip.io](https://www.zero.xyz/host/169.58.38.67.sslip.io/llms.txt)
