x402 Pay-Per-Use API v1.2 | 32 endpoints
# 1. List available models
curl https://ai-api.sctszg.com/v1/models
# 2. Try chat completion (returns 402 payment request)
curl https://ai-api.sctszg.com/v1/chat/completions -X POST -H "Content-Type: application/json" -d '{"model":"gpt-4o-mini","messages":[{"role":"user","content":"hi"}]}'
# 3. After sending 0.001 USDC, retry with tx hash:
curl https://ai-api.sctszg.com/v1/chat/completions -X POST -H "Content-Type: application/json" -H "X-Payment-Tx: 0xYOUR_TX_HASH" -d '{"model":"gpt-4o-mini","messages":[{"role":"user","content":"hi"}]}'
| Chain | Base (eip155:8453) |
|---|---|
| Token | USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) |
| Pay To | 0x7856FE8F03E7E5C7bdB4082f0a2A82ecE20E008c |
Every endpoint returns HTTP 402 on first call with full payment details. Send USDC, retry with X-Payment-Tx header.
| Method | Path | Price |
|---|---|---|
| POST | /api/v1/listing/generate | 0.001 USDC |
| POST | /api/v1/listing/optimize | 0.002 USDC |
| POST | /api/v1/listing/translate | 0.001 USDC |
| POST | /api/v1/listing/a-plus | 0.002 USDC |
| POST | /api/v1/keyword/research | 0.0005 USDC |
| POST | /api/v1/keyword/backlinks | 0.0005 USDC |
| POST | /api/v1/seo/title-optimizer | 0.0003 USDC |
| POST | /api/v1/llm/chat | 0.0003 USDC |
| POST | /api/v1/llm/analyze | 0.0005 USDC |
| POST | /api/v1/llm/summarize | 0.0003 USDC |
| POST | /api/v1/llm/rewrite | 0.0004 USDC |
| POST | /api/v1/market/trends | 0.0003 USDC |
| POST | /api/v1/market/pricing | 0.0005 USDC |
| POST | /api/v1/market/competitors | 0.0005 USDC |
| POST | /api/v1/market/demand | 0.0003 USDC |
| POST | /api/v1/market/profitability | 0.0005 USDC |
| POST | /api/v1/product/reviews | 0.0004 USDC |
| POST | /api/v1/product/quality | 0.0003 USDC |
| POST | /api/v1/product/category-rank | 0.0004 USDC |
| POST | /api/v1/product/history | 0.0005 USDC |
| POST | /api/v1/supplier/search | 0.001 USDC |
| POST | /api/v1/supplier/verify | 0.0005 USDC |
| POST | /api/v1/logistics/estimate | 0.0003 USDC |
| POST | /api/v1/logistics/tracking | 0.0002 USDC |
| POST | /api/v1/ads/ppc-analyzer | 0.0005 USDC |
| POST | /api/v1/ads/keyword-bid | 0.0004 USDC |
| POST | /api/v1/ads/roi-calculator | 0.0003 USDC |
| POST | /api/v1/content/blog | 0.001 USDC |
| POST | /api/v1/content/social | 0.0005 USDC |
| POST | /api/v1/content/email | 0.0005 USDC |
| POST | /v1/chat/completions | 0.001 USDC |
| POST | /v1/embeddings | 0.0003 USDC |
| File | URL |
|---|---|
| llms.txt | /llms.txt |
| OpenAPI | /openapi.json |
| Models | /v1/models |
| AI Plugin | /.well-known/ai-plugin.json |