# GLTF to USDZ Converter

> GLTF to USDZ Converter is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Converts GLTF 3D model files to USDZ format for use in Apple AR and iOS applications

## Facts

- Endpoint: POST https://api.m2mcent.com/gltf-to-usdz-converter-mcp/api/process
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gltf-to-usdz-converter-1fb02b8a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_k32XZb3yHbBbw95_hbZG2

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 gltf-to-usdz-converter-1fb02b8a -d '<json body>'
```

Example prompt: Convert this GLTF 3D model file to USDZ format so I can use it in an iOS AR Quick Look experience — here's the GLTF data.

## When to prefer this

Choose this endpoint when you need a quick, agent-callable GLTF/GLB to USDZ conversion without setting up a local toolchain. Ideal for automated asset pipelines, serverless workflows, or when your agent needs to prepare 3D models for iOS/macOS AR delivery on demand.

## Known failure modes

- Invalid or malformed GLTF/GLB data returns a conversion error
- Unsupported GLTF features or extensions may result in incomplete conversion
- Large model files may exceed processing limits or time out
- Missing textures or external references in the GLTF may cause incomplete output
- Payment not authorized or insufficient USDC balance blocks request

## How this service works

The premier global index of 1,069 monetized MCP nodes across 205 specialized subdomains. Gasless USDC runtime settlements via x402 V2 Spec on Base L2. Save 95% token context.

## Output

A converted USDZ binary file (Apple's Universal Scene Description zipped format), ready for use in iOS ARKit, AR Quick Look, or macOS applications, returned as binary or base64-encoded data.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gltf-to-usdz-converter-1fb02b8a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.m2mcent.com](https://www.zero.xyz/host/api.m2mcent.com/llms.txt)
