# Gibbr Skilled-Trade Translation

> Gibbr Skilled-Trade Translation is a paid API for AI agents from gibbr.app, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Translates text between languages with domain-specific accuracy for skilled-trade terminology including HVAC, refrigeration, electrical, and construction, handling unaccented fast-typed input.

## Facts

- Endpoint: POST https://gibbr.app/agent/translate
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gibbr-skilled-trade-translation-f1cfdf82
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nWeHg9CjvIWWnbSR0ggdc

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 gibbr-skilled-trade-translation-f1cfdf82 -d '<json body>'
```

Example prompt: Translate this HVAC service report from English to Spanish — it mentions refrigerant charge, evaporator coil, and TXV valve, and I need those terms to stay accurate, not get replaced with generic words: 'Replace the TXV valve and recharge the system with R-410A to manufacturer spec.'

## When to prefer this

Choose this endpoint over generic translation APIs when the text contains skilled-trade vocabulary — HVAC, refrigeration, electrical, or construction terms — where generic translators commonly collapse technical terms into approximate or incorrect equivalents. Also prefer this when source text is typed quickly without accent marks, as it is tuned to handle that input robustly.

## Known failure modes

- Unsupported source or target language returns an error or empty result
- Ambiguous trade terminology in highly mixed-domain text may reduce accuracy
- Extremely short or context-free snippets may produce less accurate trade-term disambiguation
- Network timeout or payment authorization failure returns a non-200 response

## How this service works

Translation tuned for skilled-trade work: HVAC, refrigeration, electrical and construction terms stay correct instead of collapsing into a generic word. Handles text typed fast without accent marks.

## Output

A translated version of the input text in the target language, with skilled-trade terminology (HVAC, refrigeration, electrical, construction) accurately preserved rather than replaced by generic synonyms. Handles source text typed without accent marks.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "engine": {
   "type": "string"
  },
  "source": {
   "type": "string"
  },
  "target": {
   "type": "string"
  },
  "translated": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gibbr-skilled-trade-translation-f1cfdf82/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gibbr.app](https://www.zero.xyz/host/gibbr.app/llms.txt)
