提供多种AI功能接口,包括AI对话、图像生成、一言、米游社、网易云音乐等API服务。 所有API无需验证,可直接使用。
{ "code": 0, "message": "请求成功", "data": {} }
// JavaScript 调用示例 fetch('https://localhost:8000/api/...', { method: 'GET', headers: { 'Content-Type': 'application/json' } }) .then(response => response.json()) .then(data => console.log(data));