Stability.Ai
  1. user
Stability.Ai
  • Getting Started
  • v1
    • user
      • account
        GET
      • balance
        GET
    • engines
      • list
    • generation
      • text-to-image
      • image-to-image
      • image-to-image/upscale
      • image-to-image/masking
  • v2alpha
    • generation
      • image-to-video
      • image-to-video/result
      • stable-image/upscale
      • stable-image/upscale/result
      • stable-image/inpaint
  1. user

account

https://api.stability.ai
https://api.stability.ai
https://api.stability.ai
https://api.stability.ai
GET
/v1/user/account
Get information about the account associated with the provided API key
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.stability.ai/v1/user/account'
Response Response Example
200 - Example 1
{
    "email": "example@stability.ai",
    "id": "user-1234",
    "organizations": [
        {
            "id": "org-5678",
            "name": "Another Organization",
            "role": "MEMBER",
            "is_default": true
        },
        {
            "id": "org-1234",
            "name": "My Organization",
            "role": "MEMBER",
            "is_default": false
        }
    ],
    "profile_picture": "https://api.stability.ai/example.png"
}

Request

None

Responses

🟢200OK response.
application/json
Body

🟠401401
🔴500500
Modified at 2024-03-11 07:12:09
Previous
Getting Started
Next
balance
Built with