# Stability AI Stable Point Aware 3D via Locus x402

> Stability AI Stable Point Aware 3D via Locus x402 is a paid API for AI agents from stability-ai.x402.paywithlocus.com, paid per call via x402, $0.046/call, status unknown (last checked 2026-09-14).

Converts a 2D source image of an object into a 3D model using Stability AI's Stable Point Aware 3D, with configurable texture resolution and subject framing.

## Facts

- Endpoint: POST https://stability-ai.x402.paywithlocus.com/stability-ai/stable-point-aware-3d
- Price: $0.046/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stability-ai-stable-point-aware-3d-via-locus-x402-dd275a25
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jvzOji2LFbwtIVKiaa_Nl

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 stability-ai-stable-point-aware-3d-via-locus-x402-dd275a25 -d '<json body>'
```

Example prompt: Take this product photo of a sneaker and generate a 3D model from it using Stable Point Aware 3D — use a texture resolution of 1024 and set the foreground ratio to 1.3 so the object fills the frame nicely.

## When to prefer this

Choose this endpoint when you need to generate a 3D model from a single 2D image of an object, especially for product visualization, game assets, or 3D printing, and you want pay-per-call micropayment billing via x402 with no subscription required. Prefer this over text-to-3D pipelines when you already have a reference image of the object.

## Known failure modes

- Invalid or inaccessible image URL returns an error
- Unsupported texture resolution value (not 512, 1024, or 2048) causes a validation failure
- Insufficient USDC balance or payment failure blocks request processing
- Async job may time out or fail — agent must poll the status URL to detect completion or error
- Overly complex or ambiguous images may produce low-quality 3D reconstructions

## How this service works

Generative AI platform for images, 3D models, and audio — text-to-image, editing, upscaling, and more.

## Output

Returns a JSON object with a success flag, a request ID and status URL for polling the async result (the 3D model data), and payment metadata showing the settled and authorized USDC amounts for the x402 micropayment.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "seed": {
   "type": "number"
  },
  "image": {
   "type": "string"
  },
  "guidance_scale": {
   "type": "number"
  },
  "foreground_ratio": {
   "type": "number"
  },
  "texture_resolution": {
   "type": "number"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "payment": {
   "scheme": "exact",
   "settledUsdc": "0.001000",
   "authorizedMaxUsdc": "0.001000"
  },
  "request": {
   "id": "00000000-0000-4000-8000-000000000000",
   "statusUrl": "/requests/00000000-0000-4000-8000-000000000000"
  },
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stability-ai-stable-point-aware-3d-via-locus-x402-dd275a25/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stability-ai.x402.paywithlocus.com](https://www.zero.xyz/host/stability-ai.x402.paywithlocus.com/llms.txt)
