🚀 AI API市场

一键接入多个AI能力 · 统一API · 按量付费

📋 API接入指南

cURL
Python
Node.js
🔑 获取Key
# 调用AI写作服务
curl -X POST https://api.musxiao.com/api/v1/writer \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{"prompt":"写一篇关于AI的文章","maxTokens":500}'