Stability AI
  1. V1/用户
Stability AI
  • 发布说明
  • 入门
    • 🔒 认证
    • 💰 积分+账单
    • Python gRPC SDK
    • TypeScript gRPC 客户端
  • REST API
    • Stability.ai REST API (v1 )
    • V1/用户
      • 账户
        GET
      • 平衡
        GET
    • V1/引擎
      • 列表
    • V1/生成
      • 文本到图像
      • 图像到图像
      • 图像到图像/高档
      • 图像到图像/遮蔽
  • 集成
    • Blender
      • 安装
      • 开始使用
      • 渲染到图像
      • 生成纹理
      • 动画片
      • 稳定性
  1. V1/用户

账户

开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
GET
v1/user/account
管理您的 Stability.ai 帐户,并查看帐户/组织余额。
获取与所提供的 API 密钥关联的帐户的信息。
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.comv1/user/account' \
--header 'Authorization;'
响应示例响应示例
200 - 成功示例
{
  "email": "example@stability.ai",
  "id": "user-1234",
  "organizations": [
    {},
    {}
  ],
  "profile_picture": "https://api.stability.ai/example.png"
}

请求参数

Header 参数
Authorization
string 
可选

返回响应

🟢200成功
application/json
Body
email
string 
用户的电子邮件
必需
id
string 
用户ID
必需
organizations
array [object] 
用户的组织
必需
profile_picture
string 
用户的个人资料图片
必需
🟠401没有权限
🔴500服务器错误
上一页
Stability.ai REST API (v1 )
下一页
平衡
Built with