# codex.everygoodwork.io – AI-Caught Binary .docx in Git Commit, Converted to Markdown

> codex.everygoodwork.io – AI-Caught Binary .docx in Git Commit, Converted to Markdown is a paid API for AI agents from codex.everygoodwork.io, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns a markdown article describing how an AI flagged a binary .docx file in a git commit and automatically converted it to diffable markdown with no dependencies.

## Facts

- Endpoint: GET https://codex.everygoodwork.io/0x1C1Ee78b938Af5333D3a99BF659e9aa771d8A8D5/ai-caught-binary-docx-in-git-commit-converted-to-markdown-automatically
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/codex-everygoodwork-io-10a92bc6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zwGh6zxCDYdLUjlGu0KVr

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 codex-everygoodwork-io-10a92bc6
```

Example prompt: Can you pull up that article about how an AI caught a binary .docx file in a git commit and automatically converted it to diffable markdown with zero dependencies?

## When to prefer this

Choose this endpoint when you need a concrete technical narrative about automating docx-to-markdown conversion in a git commit pipeline, especially when looking for a zero-dependency approach surfaced by AI tooling. It is a pay-per-read article endpoint suited for agents retrieving developer how-to content rather than running live conversion.

## Known failure modes

- 404 if the article URL path is incorrect or resource has moved
- 402 Payment Required if the x402 micropayment of $0.001 USDC is not included or fails
- 503 if the codex.everygoodwork.io service is unavailable
- Non-markdown or empty response if content has been deleted or unpublished

## How this service works

A commit workflow paused to think when a .docx file broke three project conventions. The AI flagged it, converted it to diffable markdown with zero dependencies, and the commit landed clean.

## Output

A markdown-formatted article (text/markdown) narrating how an AI paused a commit workflow, detected a .docx binary file violating project conventions, and automatically converted it to dependency-free diffable markdown so the commit could proceed cleanly.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "url",
  "method"
 ],
 "properties": {
  "url": {
   "type": "string"
  },
  "method": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "text/markdown; charset=utf-8"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/codex-everygoodwork-io-10a92bc6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from codex.everygoodwork.io](https://www.zero.xyz/host/codex.everygoodwork.io/llms.txt)
